Tools that extract insert sequences?
1
0
Entering edit mode
22 months ago
aveadj • 0

If I know the flanking sequences to the left and right, are there tools that can return a fasta/fastq file of just my insertion sequences?

example:

ABCDA

A = random sequence (may not exist) B = left flanking sequence C = insertion sequence I wish to extract D = right flanking sequence

sequence insertion • 610 views
ADD COMMENT
2
Entering edit mode
22 months ago

seqkit amplicon

$ echo -ne ">s\nACCCGCCATTTTC\n" | seqkit amplicon -F CCC -R AAAA
[INFO] 1 primer pair loaded
>s
CCCGCCATTT

$ echo -ne ">s\nACCCGCCATTTTC\n" | seqkit amplicon -F CCC -R AAAA -r 4:-5
>s
GCCA

Also try 2FAST2Q, with a GUI.

ADD COMMENT
0
Entering edit mode

Thank you!

ADD REPLY

Login before adding your answer.

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