ds.createRSE | R Documentation |
Create a RangedSummarizedExperiment from a RNAseq count table and a phenotypes table
ds.createRSE(
rnaseq,
phe,
annotCols = NULL,
newobj.name = NULL,
datasources = NULL
)
rnaseq |
|
phe |
|
annotCols |
|
newobj.name |
|
datasources |
a list of |
The RNAseq count table has to have the following structure:
- First column: Entrez identificator
- All the remaining columns: One col. per individual + annotation columns (no special
order required, they can even be mixed)
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
This function does not have an output. It creates (or overwrites) a data frame on the study server.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.