View source: R/counts2fpkm_subread.R
counts2fpkm_subread | R Documentation |
From counts to fpkm and quartiles with subread
counts2fpkm_subread(filename, mfl_num = c(mfl_number))
filename |
The name of the file with subread counts |
mfl_num |
meanFragmentLength. A numeric vector with mean fragment lengths, which can be calculated using ’CollectInsertSizeMetrics(Picard)’ tool. The length of items should be as the same of columns in read count matrix. |
data frame with fpkm and quartiles
## Not run: counts2fpkm_subread (filename, mfl_num = c(mfl_number)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.