counts2normalized_smartseq2 | R Documentation |
transform count to RPKM or TPM within Hsapiens and Mmusculus
counts2normalized_smartseq2(data, Org, toType, scale.factor = 10^6)
data |
a dataframe with row of gene and column of sample |
Org |
choose the species source of gene, eg "Homo sapiens", "Mus musculus" |
toType |
whether RPKM or TPM of result you wanted, eg "RPKM", "TPM" |
scale.factor |
set the scale factor, default "10^6" |
the RPKM or TPM of data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.