| DetectExperimentType {SingleMoleculeFootprinting} | R Documentation |
Detect type of experiment
DetectExperimentType(Samples, verbose = TRUE)
Samples |
SampleNames field from QuasR sampleSheet |
verbose |
TRUE/FALSE |
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)
}