Description Usage Arguments Value
View source: R/sleuth_to_count.R
Convert a sleuth object to a count matrix with the condition names.
1 2 3 4 5 6 7 | sleuth_to_count(
obj,
log = TRUE,
normalize = TRUE,
pc = 0.5,
aggregation_column = "wb"
)
|
obj |
|
log |
bool; should natural log be returned? |
normalize |
bool; should normalized counts be returned |
pc |
numeric; pseudo-counts |
aggregation_column |
character; aggregation column |
a matrix which contains a matrix of target_ids and transcript (or gene) expression in read counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.