srx_agg | R Documentation |
Sometimes, each SRA experiment data is represented in two or more runs and they need to be aggregated.
srx_agg(x, counts = "GeneCounts")
x |
a getDEE2 object. |
counts |
select "GeneCounts" for STAR based gene counts, "TxCounts" for kallisto transcript level counts or "Tx2Gene" for transcript counts aggregated to gene level. Default is "GeneCounts" |
a dataframe with gene expression data summarised to SRA experiment accession numbers rather than run accession numbers.
x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),legacy=TRUE)
y <- srx_agg(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.