copy number detection from blastn results
0
0
Entering edit mode
4.7 years ago
tg25 ▴ 20

Hi all,

Before asking this question, I looked on the internet and most of the answers that I can find deal with using lab techniques for cnv detection (which I have done for work that is not related to this question). After searching the Internet, GitHub and reading papers, I cannot find any bioinformatics software that I can use to find cnv's with blastn results. However, I have found software that uses bam files which I don't have since my blast analysis consists of using fasta files.

How can I use blastn results for copy number detection? I used the following code for the blast results so I have a table than I can parse.

blastn -query QueryFasta -subject SubjectFasta -out outFile.txt -outfmt '6 sseqid qseqid bitscore score qcovs qcovus evalue pident nident sstart send qstart qend sseq qseq' -task blastn

I have looked on Biostars and I could not find an answer. I have also looked at so many questions on Biostars, that I might have missed something.

Thanks for the help.

next-gen sequencing blastn cnv • 833 views
ADD COMMENT
1
Entering edit mode

That's because blast algorithm is not designed and or suitable for CNV detection, a simple search on google will guide you to probable thousand papers, tutorials, pipelines of CNV methods.

ADD REPLY
0
Entering edit mode

Thank you for your help.

ADD REPLY

Login before adding your answer.

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