genomeIntervals-methods: Extension for the genomeIntervals package

Description Usage Arguments Value Author(s) See Also Examples

Description

type

Another way to access the content of the gff type column.

Usage

1
2
## S4 method for signature 'Genome_intervals'
type(x)

Arguments

x

An object of class Genome_intervals

Value

type

The content of the type column, usually a factor or a character vector

Author(s)

Nicolas Delhomme

See Also

Examples

1
2
3
4
5
6
7
# library
library(genomeIntervals)

# fetch the example data
gffFilePath <- fetchData("Dmel-mRNA-exon-r5.52.gff3.gz")
annot<-readGff3(gffFilePath,quiet=TRUE)
type(annot)

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