Skip to main content

UNKNOWN

Project description

==========
Nesoni
==========

Nesoni is a high-throughput sequencing data analysis toolset,
which the VBC has developed to cope with the flood of Illumina,
454, and SOLiD data now being produced.

Our work is largely with bacterial genomes, and the design tradeoffs
in nesoni reflect this.

Nesoni focusses on analysing the alignment of reads to a reference
genome. Use of the SHRiMP and Bowtie2 read aligners is automated by
nesoni. We use SHRiMP as it is able to detect small insertions and
deletions in addition to SNPs. Output from other aligners may be
imported in SAM format.

Nesoni can call a consensus of read alignments, taking care to
indicate ambiguity. This can then be used in various ways: to determine
the protein level changes resulting from SNPs and indels, to find
differences between multiple strains, or to produce n-way comparison data
suitable for phylogenetic analysis in SplitsTree4.


~ Requirements
==============

Python 2.6 or higher. Use of PyPy where possible is highly recommended
for performance.

Python libraries
* Recommended:
* BioPython [1]
* Optional (used by non-core nesoni tools):
* matplotlib
* numpy

External programs:
* Required:
* SHRiMP or Bowtie2
* samtools
* Required for VCF based variant calling:
* Picard [2]
* Freebayes
* Optional for VCF based variant calling:
* SplitsTree4

R libraries required by R-based tools (mostly for RNA-seq):
* Required:
* edgeR from BioConductor
* limma from BioConductor
* Optional:
* seriation
* NMF


[1] BioPython is used for reading GenBank files.
Compiled modules may need to be disabled when installing in PyPy.

[2] There does not seem to be a standard way to install .jar files.
Nesoni will search for .jar files in directories listed in
environment variables $PATH and $JARPATH.


~ Installation
==============

The easy way:

pip install nesoni

Then type "nesoni" and follow the command to install the R module.


From source, download and untar the source tarball, then:

python setup.py install

Optional:

R CMD INSTALL nesoni/nesoni-r


~ Using nesoni
==============

Type

nesoni

for usage instructions.

nesoni can also be used without installing, from the directory in
which you unpacked it:

python -m nesoni


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nesoni-0.94.tar.gz (2.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page