GenomicAnnotations2GenomicAnnotationsForPREDA {PREDA} | R Documentation |
generate a new GenomicAnnotationsForPREDA object from a GenomicAnnotations object
# GenomicAnnotations2GenomicAnnotationsForPREDA(.Object, # positions=NULL, reference_position_type=NULL) GenomicAnnotations2GenomicAnnotationsForPREDA(.Object, ... )
.Object |
An object of class GenomicAnnotations |
... |
See below
|
A GenomicAnnotationsForPREDA object
Francesco Ferrari
## Not run: GEGenomicAnnotations<-GenomicAnnotationsFromLibrary(annotLibrary = "org.Hs.eg.db", retain.chrs=1:22) GEGenomicAnnotationsForPREDA<- GenomicAnnotations2GenomicAnnotationsForPREDA( GEGenomicAnnotations, reference_position_type="median") ## End(Not run)