Hi,
I am curious about whether there is a tool for us to VIEW fastq file(NGS raw data). Like IGV, we can view sam/bam files to get some insights or check the results. So what I am looking for is a tool that can show the sequences and qualities of a small number of reads(e.g. less than 20). My idea is to use the brightness/depth of color to show the qualities. What's more, I hope I can drag the reads to align/compare them with each other in order to get some insight from doing so.
I have searched on google by keywords "(the best) tool to see/view fastq". But all the results are related to the processing of fastq files, NOT VIEWING.
So, is there a tool for that?
If not, anyone has the same need as I do? Is it worthy to develop one?
Many thanks,
Roden
Hi:
fastq files are normally just sequences without the information where in the genome they align - so IGV and other genome browsers cannot really reperesent it accurately
Yeah, so what I am looking is a little bit like: IGV without reference, and I can even drag(e.g. horizontally or vertically) the reads to align manually.
Also like: I want to align/assemble about 20 reads in fastq format MANUALLY and see the results. Because I think if the amount of reads is not so huge, I can do it by my self and compare it to the results from other tools. But I do not want to do it by pen and paper.
umm not sure that a tool like that exists. Maybe because just running a classic assembler for Sanger sequences or maybe Velvet, spades or ssaha should be enough. Later you could align you sequences to the assembly and watch the alignments with IGV.