Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/link.metadata.R
Get annotation out of a AnnotationData package and link them to the expression data using the expression probe ID's
1 2 3 4 5 |
data |
|
col.ID.link |
numeric value, specifying the column of |
chr |
|
chrloc |
|
symbol |
|
Often, the annotation for expression array probes lack chromosome position information. Therefore, this function adds the two required columns to run the integrated.analysis: "CHROMOSOME" and "STARTPOS". In addition, the optional column, "Symbol" is added.
A data.frame
is returned, containing a dataset with annotation columns
which can be used forintegrated.analysis.
Marten Boetzer, Melle Sieswerda, Renee x Menezes R.X.Menezes@lumc.nl
RESOURCERER.annotation.to.ID
1 2 3 4 5 6 | # first download and install the AnnotationData package for your expression array platform
# for example
## Not run: library(hgu133plus2)
## Not run: expr.data <- link.metadata(data, col.ID.link = 1, chr = as.list(hgu133plus2CHR),
chrloc = as.list(hgu133plus2CHRLOC), symbol = as.list(hgu133plus2SYMBOL))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.