Description Usage Arguments Details Value Author(s) References Examples
The data contains bulk RNA-seq count on 86 samples in two conditions. The first condition is wild type S. cerevisiae (taxonomic id: 1247190). The second condition is the same strain with a snf2 knockout.
1 2 3 | Schurch16(hub = ExperimentHub())
Schurch16_metadata(hub = ExperimentHub())
|
hub |
an ExperimentHub object that is used
to load the resource "EH3315" and "EH3316".
Default: |
Schurch et al. originally generated this dataset to benchmark RNA-seq differential expression tools and find out how many replicates are necessary to detect most differentially expressed genes. The data that is returned by this packge comes from the GitHub repository that accompanied the study.
Schurch16()
returns a SummarizedExperiment with 7126 genes and 86 samples.
Schurch16_metadata()
returns a ExperimentHub object with the metadata on the Schurch16 dataset.
Constantin Ahlmann-Eltze
Schurch, N. J., Schofield, P., Gierliński, M., Cole, C., Sherstnev, A., Singh, V., … Barton, G. J. (2016). How many biological replicates are needed in an RNA-seq experiment and which differential expression tool should you use? RNA, 22(6), 839–851. https://doi.org/10.1261/rna.053959.115
1 2 3 4 5 6 7 | Schurch16_metadata()
se <- Schurch16()
dim(se)
colData(se)
summary(c(assay(se, "counts")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.