Description Usage Format Details Source Examples
Toy dataset used in examples to describe affiXcanTrain() function.
1 |
An object of class SummarizedExperiment
.
The data consist in a SummarizedExperiment object that contains a matrix of expression values (RPKM) of two randomly chosen genes ("ENSG00000139269.2" and "ENSG00000256377.1") for 229 individuals of european descent. The data was retrieved subsetting the RNA-sequencing data of EBV-transformed lymphocytes from the GEUVADIS public dataset (see 'source')
https://www.ebi.ac.uk/arrayexpress/files/E-GEUV-3/
1 2 3 | library(SummarizedExperiment)
data(exprMatrix)
toyExpressionMatrix <- assays(exprMatrix)$values
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.