Description Usage Arguments Value Examples
Method for creating a UMI experiment object
1 2 3 4 5 6 7 | createUmiExperiment(
mainDir,
experimentName = NULL,
sampleNames = NULL,
importBam = FALSE,
as.shiny = FALSE
)
|
mainDir |
Main experiment directory |
experimentName |
Name of the experiment |
sampleNames |
List of sample names. Can be either NULL or list. If NULL all subdirectories of mainDir will be searched. |
importBam |
Logical. Should bam files be imported on creation? Default is False. |
as.shiny |
Set to TRUE if run within a shiny::withProgress environment |
An object of class UMIexperiment
1 2 3 4 5 6 7 | library(umiAnalyzer)
main = system.file('extdata', package = 'umiAnalyzer')
samples <- list.dirs(path = main, full.names = FALSE, recursive = FALSE)
exp1 <- createUmiExperiment(experimentName = 'exp1',mainDir = main,sampleNames = samples)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.