Difference between revisions of "DiffKAP"

From Applied Bioinformatics Group
Jump to: navigation, search
Line 1: Line 1:
some text here
+
We have developed a Differential kmer Analysis Pipeline (DiffKAP) for the pairwise comparison of RNA profiles between metatranscriptomes which does not rely on mapping to reference assemblies. By reducing each read to component kmers and assessing the frequency of these sequences, we overcome statistical limitations on the lack of identical reads for pairwise comparison between samples and allow inference of differential gene expression for annotated reads.
 +
 
 +
 
 +
 
 +
The DiffKAP application consists of a series of scripts written in Perl and Linux shell scripts and requires Jellyfish [Marcais 2011] and BLASTx as well as access to a copy of the SwissProt database. The scripts are freely available for non-commercial use and can be downloaded from http://www.appliedbioinformatics.com.au/download/DiffKAP_package.tar.gz
  
  
 
Back to [[Main_Page]]
 
Back to [[Main_Page]]

Revision as of 02:36, 21 November 2011

We have developed a Differential kmer Analysis Pipeline (DiffKAP) for the pairwise comparison of RNA profiles between metatranscriptomes which does not rely on mapping to reference assemblies. By reducing each read to component kmers and assessing the frequency of these sequences, we overcome statistical limitations on the lack of identical reads for pairwise comparison between samples and allow inference of differential gene expression for annotated reads.


The DiffKAP application consists of a series of scripts written in Perl and Linux shell scripts and requires Jellyfish [Marcais 2011] and BLASTx as well as access to a copy of the SwissProt database. The scripts are freely available for non-commercial use and can be downloaded from http://www.appliedbioinformatics.com.au/download/DiffKAP_package.tar.gz


Back to Main_Page