Description Usage Author(s) Examples
Biomart annotation
1 | annotation_biomart(IDs, specie, attribute, mart)
|
Simon J Pelletier
1 2 3 4 5 6 7 8 | specieEnsembl <- "hsapiens_gene_ensembl"
attribute <- "affy_hg_u95av2"
gset <- getGEO("GSE12654")
exprset <- gset[[1]]
type <- "ensembl_gene_id"
expr.matrix <- exprs(exprset)
IDs <- rownames(expr.matrix)[1:10]
x<-annotation_biomart(IDs,specieEnsembl,attribute)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.