Tx2Gene | R Documentation |
This function converts Kallisto transcript-level expression estimates to gene-level estimates. Counts for each transcript are summed to get an aggregated gene level score.
Tx2Gene(x)
x |
a getDEE2 object. |
a dataframe of gene expression counts.
x <- getDEE2("scerevisiae",c("SRR1755149","SRR1755150"),legacy=TRUE)
x <- Tx2Gene(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.