How to send .txt file with short reads of DNA into Bow Tie and obtain an output with the sequences not aligned to a reference genome (hg19)? Please suggest a java api to perform this task?
2
0
Entering edit mode
9.1 years ago

Hi I have generated some random DNA reads and want to send them to Bow Tie as a .txt file and retrieve output with the DNA codes that cannot be aligned for a given reference genome. I would appreciate if anyone working on it could send me an api in java to send short reads to Bow tie remotely to see the non aligned reads. Thank you in advance.

BOWTIE • 2.3k views
ADD COMMENT
1
Entering edit mode
9.1 years ago

Bowtie reads fastq files. http://en.wikipedia.org/wiki/FASTQ_format

Bowtie produces BAM files: You can filter a BAM file with samtools to extract the unmapped reads.

You can call Bowtie from java http://www.mkyong.com/java/how-to-execute-shell-command-from-java/

remotely ?: you can always code a java server calling bowtie (good luck !) : http://plindenbaum.blogspot.fr/2013/04/java-jni-bindings-for-bwamem-lite.html

ADD COMMENT
0
Entering edit mode
9.1 years ago

Bowtie2 outputs unaligned reads from a FASTQ when specifying the --un flag. Details [here]

ADD COMMENT

Login before adding your answer.

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