View source: R/methyl_master_load_data_objects.R
methyl_master_load_data_objects | R Documentation |
Possible function for loading data objects required for MethylMaster Load required data objects: load(file=paste0(files.dir,"/","hm450.manifest.hg38.rda")) annotation_df <- as.data.frame( data.table::fread( paste0(work.dir, file.sep, "HM450.hg38.manifest.tsv") ) )
methyl_master_load_data_objects(files.dir, file.sep)
files.dir |
The parameter containing the R files |
file.sepThe |
the desired file separator |
loaded data object(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.