createRSEDS | R Documentation |
create a RangedSummarizedExperiment from a RNAseq count table and a phenotypes table
createRSEDS(rnaseq, phe, ...)
rnaseq |
|
phe |
|
... |
|
The RNAseq count table has to have the following structure:
- First column: Entrez identificator (column named "EntrezID")
- Second column: Annotated symbol (optional, but if present must be on this position, if not present,
make sure to set annot = FALSE)
- All the remaining columns: One col. per individual
The phenotypes table has to have the following structure:
- First column: ID of the individuals. To match with the column names
of the RNAseq table
- All the remaining columns: One col. per phenotype
A RangedSummarizedExperiment
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.