Description Usage Arguments Value Examples
Method for creating a UMI sample from UMIErrorCorrect output.
1 | createUmiSample(sampleName, sampleDir, importBam = FALSE)
|
sampleName |
UMI sample object name |
sampleDir |
Path to UMI sample folders. Must be a folder generated by UMIErrorCorrect |
importBam |
Logical. Should BAM files be imported at object initialization? Default is False. |
An object of class UMIsample
1 2 3 4 5 | library(umiAnalyzer)
main = system.file('extdata', package = 'umiAnalyzer')
samples <- list.dirs(path = main, full.names = FALSE, recursive = FALSE)
s1 <- createUmiSample('s1',sampleDir = paste(main,"/",samples[1],sep=""))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.