Description Usage Arguments Value References Examples
This function converts gene expression data from raw count to
FPKM by using getRPKM
1 | count2FPKM(rawcount, genelength = NULL, idtype = "SYMBOL")
|
rawcount |
a matrix or data frame which contains gene expression counts data. |
genelength |
gene length in bp. The size of 'genelength' should be equal to the number of rows in 'rawcount'. This argument is optional. If not provided, gene length is obtained from the internal database. |
idtype |
a string which indicates the gene id type in rawcount matrix. It should be one of "SYMBOL", "ENSEMBL", "ENTREZID" or "REFSEQ". Default is "SYMBOL". |
a data frame contains FPKM.
Carlson M (2019). org.Hs.eg.db: Genome wide annotation for Human. R package version 3.8.2.
Collado-Torres, Leonardo, et al. "Reproducible RNA-seq analysis using recount2." Nature biotechnology 35.4 (2017): 319-321.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.