Entering edit mode
12.8 years ago
Milica
•
0
Hello!
I work with the RNA Seq data from F.catus (cat). I need a GFF file. Does anyone know a way or already existing method how to produce such a file. I can read into R a GRangesList object from Biomart which contains annotated cat genes. Is there a way to convert GRangesList object to a GFF file?
Thank you!
have you looked at the granges reference and gff format spec? http://www.bioconductor.org/packages/release/bioc/html/GenomicRanges.html and http://www.sanger.ac.uk/resources/software/gff/spec.html ? it seems like most people do their processing within R so they are mostly looking to import gff instead of export if you want the annotations you might want to check out http://genome.ucsc.edu/cgi-bin/hgTables?command=start or http://uswest.ensembl.org/biomart/martview