View source: R/counts2fpkm_htseq.R
counts2fpkm_htseq | R Documentation |
From counts to fpkm and quartiles with htseq files
counts2fpkm_htseq(filename, mfl_num = 200)
filename |
The name of the file with htseq 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_htseq (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.