Pile up reads without reference?
1
0
Entering edit mode
2.4 years ago
pbigbig ▴ 250

Hi everyone,

I have multiple groups of reads (count < 1000) which derived from a number of novel junctions, with each reads contain minimum ~10bp overhang on the other side (i.e., exon). Because the number of random links between exon-exon can be quite large (hundreds), it is difficult to construct artificial reference for every case.

I would like to ask, is the any simple way to pile up reads (fasta or fastq) and visualize single consensus sequence?. I thought of assembling them to make contigs, then map them using contigs as reference, and visualize with IGV, but there should be a simpler way to just pile them up and visualize it?

Thank you in advance for your suggestion!

mapping pileup visualization • 1.3k views
ADD COMMENT
0
Entering edit mode

How was the alignment done (has there been any alignment done?)?

ADD REPLY
0
Entering edit mode

Thank you, I used kmer-based searching for target sequence.

ADD REPLY
0
Entering edit mode

Did you extract reads containing certain k-mers from a FASTQ file? If you don't have any shared coordinate space among the different reads then you either need to go via assembly or alignment to line and pile up similar reads

ADD REPLY
0
Entering edit mode

Yes, I did extracted reads using certain k-mer patterns.

ADD REPLY
1
Entering edit mode
2.4 years ago
GenoMax 142k

You could try doing a local assembly using something like tadpole.sh from BBMap suite. A guide is available. You could do a multiple sequence alignment after converting the reads to fasta. Depending on how many you have this may or may not work well.

ADD COMMENT
0
Entering edit mode

Thank you for your suggestion, I will try this.

ADD REPLY

Login before adding your answer.

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