srx_agg_se | R Documentation |
This function aggregates runs that represent the same SRA experiment, and reorganises the coldata in the SummarizedExperiment to to be grouped by SRA experiment in order to preserve necessary SummarizedExperiment internal invariants.
srx_agg_se(x, counts = "GeneCounts")
x |
A SummarizedExperiment. |
counts |
What kind of count; "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 SummarizedExperiment object, with runs representing the same SRA experiment aggregated, and with coldata grouped by SRA experiment.
# This is a small SummarizedExperiment containing some un-aggregated data
small_data <- readInSEZip(
system.file("ASmallSummarizedExperiment.zip", package="homosapienDEE2CellScore"))
# We can aggregate it like so:
aggregated_small_data <- srx_agg_se(small_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.