genomeIntervals additional methods {easyRNASeq} | R Documentation |
Another way to access the content of the gff type column.
## S4 method for signature 'Genome_intervals' type(x)
x |
An object of class |
The content of the type column, usually a factor or a character vector
Nicolas Delhomme
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)