diff --git a/NAMESPACE b/NAMESPACE index d1da94e..0e33efa 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/R/read.R b/R/read.R index e801c52..8b0a173 100644 --- a/R/read.R +++ b/R/read.R @@ -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 ){