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(curl)
library(genomeIntervals)
invisible(curl_download(paste0("https://github.com/UPSCb/UPSCb/raw/",
                               "master/tutorial/easyRNASeq/Dmel-mRNA-exon-r5.52.gff3.gz"),
                        "Dmel-mRNA-exon-r5.52.gff3.gz"))
annot<-readGff3("Dmel-mRNA-exon-r5.52.gff3.gz",quiet=TRUE)
type(annot)


[Package easyRNASeq version 2.16.0 Index]