Description Usage Arguments Value Author(s) See Also Examples
generate a new GenomicAnnotationsForPREDA object from a GenomicAnnotations object
1 2 3 4 5 | # GenomicAnnotations2GenomicAnnotationsForPREDA(.Object,
# positions=NULL, reference_position_type=NULL)
GenomicAnnotations2GenomicAnnotationsForPREDA(.Object,
... )
|
.Object |
An object of class GenomicAnnotations |
... |
See below
|
A GenomicAnnotationsForPREDA object
Francesco Ferrari
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
GEGenomicAnnotations<-GenomicAnnotationsFromLibrary(annotLibrary
= "org.Hs.eg.db", retain.chrs=1:22)
GEGenomicAnnotationsForPREDA<-
GenomicAnnotations2GenomicAnnotationsForPREDA(
GEGenomicAnnotations, reference_position_type="median")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.