commands | R Documentation |
Commands log parsing functions
getBarcodeCutoffFromCommands(log)
getLevelFromCommands(log)
getUmiTypeFromCommands(log)
log |
|
atomic
.
getBarcodeCutoffFromCommands()
: integer(1)
.
getLevelFromCommands()
: character(1)
. Return "genes"
or "transcripts"
.
getUmiTypeFromCommands()
: character(1)
.
Updated 2023-09-21.
Michael Steinbaugh, Rory Kirchner
file <- file.path(bcbioBaseTestsUrl, "surecell-commands.log")
log <- import(file)
getBarcodeCutoffFromCommands(log)
getLevelFromCommands(log)
getUmiTypeFromCommands(log)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.