Description Usage Arguments Details Value Author(s) Examples
Return the ranges of the genomic annotation.
1 2 | ## S4 method for signature 'RNAseq'
ranges(x)
|
x |
An object of the |
It retrieves the object stored in the genomicAnnotation slot of the RNAseq
object and apply the ranges
function on it.
An IRangesList
object, where the split
is performed by seqnames (e.g. chromosomes).
Nicolas Delhomme
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
library("RnaSeqTutorial")
obj <- getAnnotation(
AnnotParam(
organism="Dmelanogaster",
datasource=system.file(
"extdata",
"Dmel-mRNA-exon-r5.52.gff3",
package="RnaSeqTutorial"),
type="gff3"
))
ranges(obj)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.