GFF Parser to format gff file to contain chromosome,gene.starting-position and ending position
0
0
Entering edit mode
9.9 years ago
chevivien ▴ 90

Hallo?Is their a tool to parse gff3 file ,such that the file will contain the following

Chromosome       gene          starting_position              ending _position
genome GFF3-parser • 2.8k views
ADD COMMENT
1
Entering edit mode

A simple awk one liner may do what you want. Can you paste a few lines from your gff3 file or an you tell from where you downloaded your file. If your aim is to get the transcription start and end positions of transcripts then you can also try the following command on unix system.

mysql --user=genome -N --host=genome-mysql.cse.ucsc.edu -A -D hg19 -e "select name,name2,chrom,strand,txStart,txEnd from refGene" > Refseq2Gene.txt
ADD REPLY
0
Entering edit mode

I want to extract chromosome x from a gff3 file. How could i do this?

ADD REPLY
0
Entering edit mode

Please do not ask questions in other threads. As I said in your other thread, did you do any googling? Extract chr from gff would have this Biostars post as the top hit.

ADD REPLY

Login before adding your answer.

Traffic: 3231 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6