Difference between revisions of "Nesoni"

From SEQwiki
Jump to: navigation, search
Line 1: Line 1:
 
{{Bioinformatics application
 
{{Bioinformatics application
|sw summary=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.
+
|sw summary=Nesoni is a high-throughput sequencing data analysis toolset.
 +
|bio domain=RNA-Seq, SNP discovery, Phylogenetics,
 +
|bio method=Alignment,
 +
|bio tech=Illumina, 454, ABI SOLiD,
 +
|created at=Victorian Bioinformatics Consortium
 +
|input format=SAM, FASTA,
 +
|sw feature=largely for bacterial genomes
 +
|language=Python,
 +
}}
 +
Nesoni is a high-throughput sequencing data analysis tool set, 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.
+
Our work is largely with bacterial genomes, and the design trade-offs in nesoni reflect this.
  
Nesoni focusses on analysing the alignment of reads to a reference genome. We use the SHRiMP read aligner, as it is able to detect small insertions and deletions in addition to SNPs.
+
Nesoni focusses on analysing the alignment of reads to a reference genome. We use the [[SHRiMP]] read aligner, as it is able to detect small insertions and deletions in addition to SNPs.
  
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.
+
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]].
  
 
Alternatively, the raw counts of bases at each position in the reference seen in two different sequenced strains can compared using Fisher's Exact Test.
 
Alternatively, the raw counts of bases at each position in the reference seen in two different sequenced strains can compared using Fisher's Exact Test.
|bio domain=RNA-Seq,
 
|created at=Victorian Bioinformatics Consortium
 
|input format=SAM, FASTA,
 
|language=Python,
 
}}
 

Revision as of 16:17, 9 December 2009

Application data

Biological application domain(s) RNA-Seq, SNP discovery, Phylogenetics
Principal bioinformatics method(s) Alignment
Technology Illumina, 454, ABI SOLiD
Created at Victorian Bioinformatics Consortium
Maintained? Maybe
Input format(s) SAM, FASTA
Software features largely for bacterial genomes
Programming language(s) Python

Summary: Nesoni is a high-throughput sequencing data analysis toolset.

"Error: no local variable "counter" was set." is not a number.

Nesoni is a high-throughput sequencing data analysis tool set, 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 trade-offs in nesoni reflect this.

Nesoni focusses on analysing the alignment of reads to a reference genome. We use the SHRiMP read aligner, as it is able to detect small insertions and deletions in addition to SNPs.

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.

Alternatively, the raw counts of bases at each position in the reference seen in two different sequenced strains can compared using Fisher's Exact Test.