BED coordinates for short DNA sequences (gRNA)
1
0
Entering edit mode
3.9 years ago
brtawe • 0

I have a big list of gRNA sequences and I need to retrieve the genome coordinates in a BED format in order to design primers for an rhAmpSeq experiment.

example input (as FASTA)

>seq1

GCACGAAGCTCTCCGATGTGT

>seq2

CAGTGGCGAGAGAAGACCCCG

desired output (where / is tab separated)

chrom / ChromStart / ChromEnd / Name

chr13 / 241852864 / 241852884 / seq1

In order of preference, R script, Python, online tool.

thanks in advance!

sequence alignment genome • 733 views
ADD COMMENT
2
Entering edit mode
ADD COMMENT
0
Entering edit mode

BLAT worked pretty well, the output format was slightly challenging to convert to CSV However, the main problem is the 25 sequence limit, I have >700 gRNAs and don't really want to run BLAT 28 times...

But it is better than running NCBI nBlast.

Thanks!

ADD REPLY
1
Entering edit mode

I have >700 gRNAs and don't really want to run BLAT 28 times

run the standalone version of blat....

ADD REPLY

Login before adding your answer.

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