Description Usage Arguments Value
Convert fragment counts to FPKM values, using the column sums as library sizes and effective length (see counts2fpkm).
1  | counts2fpkmWrapper(r, level = "transcript", uniquelyMappableLengths = NULL)
 | 
r | 
 A numeric matrix or data.frame with samples as columns and genes/transcripts as rows.  | 
level | 
 Character, either "gene" or "tx", used to fetch the right lengths.  | 
uniquelyMappableLengths | 
 Whether to use the uniquely mappable lengths for transcripts (default TRUE).  | 
A matrix/data.frame of the corresponding FPKM values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.