Description Usage Arguments Value Author(s) Examples
Accessors for ASpliCounts object
1 2 3 4 5 6 7 8 9 |
x |
An ASpliCounts object |
Returns dataframes with counts by sample and genomic metadata
Estefania Mancini, Andres Rabinovich, Javier Iserte, Marcelo Yanovsky, Ariel Chernomoretz
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Get data tables from an ASpliCounts object
#counts <- aspliCountsExample()
#cb1 <- countsb(counts)
#ce1i <- countse1i(counts)
#cg <- countsg(counts)
#cie2 <- countsie2(counts)
#cj <- countsj(counts)
#rg <- rdsg(counts)
#rb <- rdsb(counts)
#co <- condition.order(counts)
#tg <- targets(counts)
# Set data tables to an ASpliCounts object
#countsb(counts) <- cb1
#countse1i(counts) <- ce1i
#countsg(counts) <- cg
#countsie2(counts) <- cie2
#countsj(counts) <- cj
#rdsg(counts) <- rg
#rdsb(counts) <- rb
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.