DetectExperimentType {SingleMoleculeFootprinting}R Documentation

Detect type of experiment

Description

Detect type of experiment

Usage

DetectExperimentType(Samples, verbose = TRUE)

Arguments

Samples

SampleNames field from QuasR sampleSheet

verbose

TRUE/FALSE

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)
}


[Package SingleMoleculeFootprinting version 1.1.0 Index]