Skip to content

Commit

Permalink
export read() because of assess_id()
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessl committed Feb 19, 2024
1 parent eeff20d commit ae66101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export(prepare_and_fit)
export(prepare_and_predict)
export(prepend_to_directory)
export(qc_preprocess)
export(read)
export(training_camp)
export(write_data_info)
export(zeroSumWithPheno)
Expand Down
1 change: 1 addition & 0 deletions R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#' `expr` holds the expression data, with patient ids as row names and gene ids as
#' column names. I.e., we transpose the expression data. `pheno` holds the pheno data,
#' with the patient ids in the first column `patient_id_col`.
#' @export
read <- function(
data_spec
){
Expand Down

0 comments on commit ae66101

Please sign in to comment.