IRanges-methods: Extension of the IRanges package

Description Usage Arguments Details Value Author(s) Examples

Description

Return the ranges of the genomic annotation.

Usage

1
2
## S4 method for signature 'RNAseq'
ranges(x)

Arguments

x

An object of the RNAseq class

Details

It retrieves the object stored in the genomicAnnotation slot of the RNAseq object and apply the ranges function on it.

Value

An IRangesList object, where the split is performed by seqnames (e.g. chromosomes).

Author(s)

Nicolas Delhomme

Examples

 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)

easyRNASeq documentation built on April 30, 2020, 2 a.m.