Description Usage Arguments Value Author(s) See Also Examples
This method allows to coerce a
genomeIntervals
object
into a GRangesList
object.
1 2 | ## S4 method for signature 'Genome_intervals'
as(from,to)
|
from |
An object of class |
to |
a character string: GRanges or GRangesList |
A GRanges
or GRangesList
containing the result of the coercion.
Nicolas Delhomme
genomeIntervals
object
readGff3 function
1 2 3 4 5 6 7 | ## Not run:
annot<-readGff3(system.file("extdata",
"Dmel-mRNA-exon-r5.52.gff3",
package="RnaSeqTutorial")
gAnnot<-as(annot,"GRangesList") type(annot)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.