extract_detection_pvalue | R Documentation |
Extracts detection P value information from each sample file.
extract_detection_pvalue(accession, se)
accession |
Character. Identifier of GEO data set (GSEXXX). |
se |
|
RangedSummarizedExperiment-class
object with detection P value added as assay with the name detection.pvalue.
data("se.probeset")
se.probeset = extract_detection_pvalue(se = se.probeset,
accession = "GSE6710")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.