DetectExperimentType: Detect type of experiment

View source: R/context_methylation_functions.r

DetectExperimentTypeR Documentation

Detect type of experiment

Description

Detect type of experiment

Usage

DetectExperimentType(Samples)

Arguments

Samples

SampleNames field from QuasR sampleSheet

Value

String indicating the type of experiment detected

Examples

Qinput = paste0(tempdir(), "/NRF1Pair_Qinput.txt")

if(file.exists(Qinput)){
    sample = readr::read_delim(Qinput, delim = "\t")$SampleName
    ExpType = DetectExperimentType(sample)
}


Krebslabrep/SingleMoleculeFootprinting documentation built on Nov. 19, 2022, 3:56 a.m.