slotAlignedCounts | R Documentation |
Slot aligned counts
slotAlignedCounts(object, ...)
## S4 method for signature 'bcbioRNASeq'
slotAlignedCounts(object)
object |
Object. |
... |
Additional arguments. |
This function loads aligned counts (e.g. STAR, HISAT2) from the bcbio final output directory into the bcbioRNASeq object, so we can visually inspect correlations with the primary pseudoaligned counts.
Modified object.
Updated 2020-12-22.
Michael Steinbaugh
## bcbioRNASeq ====
uploadDir <- system.file("extdata/bcbio", package = "bcbioRNASeq")
## Fast mode skips import of aligned counts.
bcb <- bcbioRNASeq(uploadDir, fast = TRUE)
"aligned" %in% SummarizedExperiment::assayNames(bcb)
bcb <- slotAlignedCounts(bcb)
"aligned" %in% SummarizedExperiment::assayNames(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.