merging coverage and gene annotation
0
0
Entering edit mode
9.0 years ago
schelarina ▴ 50

Hello,

I have an RNAseq coverage per position file created with bedtools. I would like to include in this file an additional column containing the genome annotation from gff file..Something like this

Chr     Position   Coverage    Annotation
Chr1    1          25          gene X
Chr1    2          27          gene X
Chr1    3          39          gene X
..

Thanks!

RNA-Seq • 1.8k views
ADD COMMENT
0
Entering edit mode

You can use "bedtools intersect" and intersect your bed file with your gff file

http://bedtools.readthedocs.org/en/latest/content/tools/intersect.html

ADD REPLY

Login before adding your answer.

Traffic: 2516 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