View source: R/context_methylation_functions.r
DetectExperimentType | R Documentation |
Detect type of experiment
DetectExperimentType(Samples)
Samples |
SampleNames field from QuasR sampleSheet |
String indicating the type of experiment detected
Qinput = paste0(tempdir(), "/NRF1Pair_Qinput.txt") if(file.exists(Qinput)){ sample = readr::read_delim(Qinput, delim = "\t")$SampleName ExpType = DetectExperimentType(sample) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.