Description Usage Arguments Value See Also
View source: R/SummarizedExperiment_helpers.R
Make a list of count matrices from experiment
1 2 3 4 5 6 7 8 9 10 11 |
df |
an ORFik |
out.dir |
optional output directory, default:
|
longestPerGene |
a logical (default TRUE), if FALSE all transcript isoforms per gene. |
geneOrTxNames |
a character vector (default "tx"), should row names keep trancript names ("tx") or change to gene names ("gene") |
regions |
a character vector, default: c("mrna", "leaders", "cds", "trailers"), make raw count matrices of whole regions specified. |
type |
default: "count" (raw counts matrix), alternative is "fpkm", "log2fpkm" or "log10fpkm" |
lib.type |
a character(default: "default"), load files in experiment or some precomputed variant, either "ofst", "bedo", "bedoc" or "pshifted". These are made with ORFik:::convertLibs() or shiftFootprintsByExperiment(). Can also be custom user made folders inside the experiments bam folder. |
weight |
numeric or character, a column to score overlaps by. Default "score", will check for a metacolumn called "score" in libraries. If not found, will not use weights. |
BPPARAM |
how many cores/threads to use? default: bpparam() |
a list of data.table, 1 data.table per region. The regions will be the names the list elements.
Other countTable:
countTable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.