How To Visualise Newbler Output?
3
2
Entering edit mode
11.9 years ago

Hi all,

I am assembling 454 reads with newbler. It is installed on distant computer, so I can use just text mode. The assembly is done, but I dont know how to visualise the results - I would like to see all mapped reads. What programs should I use for visualisation? Or how to export alignment in text mode in format, that can other programs use?

Any advice will be appreciated.

genome assembly • 3.9k views
ADD COMMENT
3
Entering edit mode
11.9 years ago

According to the version of newbler you are using:

newbler --version

I would search for the appropriate version of the software manual (here is version 2.3). You can also request Roche for a new version of the software and the manual is included in the package. You will see that some of the output files contain information on the mapped and unmapped reads, on the coverage, ... The .ace final file will contain all the assembly information, and this can be viewed with HawkEye or EagleView, for instance.

ADD COMMENT
0
Entering edit mode

Thank you for advice that .ace contains alignment information. I have opened this in Geneious and it worked perfectly for me, thats why I ticked you as an answer. Thanks everyone for suggestions and advice!

ADD REPLY
2
Entering edit mode
11.9 years ago
Gmoney ▴ 220

As of Newbler 2.6, they support .bam output. I don't have the command line flag off hand, but it is a tick on gsMapper's output.

After your run, you'll end up with 454Contigs.bam. This file can be manipulated by all kinds of command line tools.

For visualization, I use IGV from Broad Institute on my local machine.. Comes with most of what you'll want out of the box. Supports extra tracks, and is all around whizbang. For other stats, I use a combination of bedtools/samtools and R. I primarily do exon capture, so its very region of interest.

ADD COMMENT
0
Entering edit mode

Last time I used it, the Roche software didn't provide a .bam output, but it did provide .ace output. Either way, it wouldn't be a tick in gsMapper here (no graphical interface available) but an option in newbler (don't remember which by heart).

ADD REPLY
0
Entering edit mode

I use runMapping (command line toy via Roche) to do my command line mapping. The flag is -bam strangely enough for .bam output.

Oh, the other reason I dig .bam rather than ace is its ease of use with all the samtools/bedtools toys.

ADD REPLY
1
Entering edit mode
11.9 years ago
Fwip ▴ 500

If you can't get a graphical display at all (no X-forwarding, no ability to download the files for local viewing, etc), one option is to use "samtools tview." It's really not a nice way to look at the data, but it's a possible fallback option if you can't use a better solution.

ADD COMMENT

Login before adding your answer.

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