Description Usage Arguments Value Author(s) See Also Examples
Function building a GenomicAnnotations object on an ExpressionSet object
1 2 3 4 | # eset2GenomicAnnotations(.Object, retain.chrs,
# optionalAnnotations)
eset2GenomicAnnotations(.Object, ...)
|
.Object |
ExpressionSet object. The associated annotation library will be used to build a GenomicAnnotations object. |
... |
See below
|
An object of class "GenomicAnnotations"
Francesco Ferrari
1 2 3 4 5 6 7 8 9 | ## Not run:
require("PREDAsampledata")
data(ExpressionSetRCC)
GEGenomicAnnotations<-eset2GenomicAnnotations(ExpressionSetRCC,
retain.chrs=1:22)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.