Description Usage Arguments Value See Also Examples
Create a DGEList for the expression data of a series or set of samples.
1 2 3 |
id |
a vector of series or sample id's. |
features |
a feature-descriptor of the features you want to include counts for |
sample_columns |
the names of the sample covariates that are stored
in the ARCHS4 Dataset; a complete list of what covariates are available
in the ARCHS4 dataset is found using the |
feature_type |
do you want |
row_id |
either |
a DGEList
of results
1 2 | a4 <- Archs4Repository()
y <- as.DGEList(a4, "GSE89189", feature_type = "gene")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.