Description Usage Arguments Value
View source: R/sleuth_to_tpm.R
Convert a sleuth object to a TPM matrix with the condition names.
| 1 2 3 4 5 6 7 | sleuth_to_tpm(
  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 TPMs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.