genomeIntervals additional methods {easyRNASeq}R Documentation

Extension for the genomeIntervals package

Description

type

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

Usage

## 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

# library
library(genomeIntervals)

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


[Package easyRNASeq version 2.29.0 Index]