runSingleNewSample | R Documentation |
Run a single new sample after modeling using runBorealis
has already
been completed in a cohort of samples. It will not rebuild the models and only
predict using previously estimated model specified by modelFile
.
runSingleNewSample(inFile, outFile, minObsDepth=10, modelFile="CpG_model.csv")
inFile |
|
outFile |
|
minObsDepth |
(optional) |
modelFile |
(optional) |
Returns a GRanges
object with modeling results.
extdata <- system.file("extdata", package="borealis") outdir <- tempdir() gr <- runSingleNewSample(file.path(extdata,'bismark','patient_72', 'patient_72.gz'),file.path(outdir,'output.txt'), modelFile=file.path(extdata,'CpG_model_chr14.csv'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.