Mapping Grch38 Genomic DNA Positions to RefSeq transcripts
0
0
Entering edit mode
3.5 years ago
supertech ▴ 180

Hi, I have rna-seq data in genomic positions in BED file format : chr, start, stop (stop - start = 1 nt, i.e. single nucleotide )

How can I find corresponding NCBI Refseq transcripts for each position (I need the accession name/mRNA identity not the position on mRNA). In other words based on the genomic positions I need to find the corresponding RNA.

Thanks.

RNA-Seq • 699 views
ADD COMMENT
0
Entering edit mode

Take a look at bedtools annotate and bedtools intersect for this sort of thing. Both of these tools accept a GFF3 file as one of the inputs, so you should be able to use the RefSeq annotation in GFF3 or GTF formats.

BED file format : chr, start, stop (stop - start = 1 nt, i.e. single nucleotide )

If what you have is more like a bedgraph file with the columns chr, start, stop, count where 'count' is the number of reads that align to that position, you can use the UCSC tool bedGraphPack to pack consecutive genomic positions that have the same read count. This can reduce the size of your inputs significantly and improve the speed.

ADD REPLY

Login before adding your answer.

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