comparison README.md @ 30:6669fd407dc9 draft default tip

Uploaded
author johnheap
date Fri, 07 Jun 2019 11:07:05 -0400
parents 597fe882966e
children
comparison
equal deleted inserted replaced
29:b3d2d0a771e1 30:6669fd407dc9
1 This is the repository associated with the VAPPER Galaxy Tool available in the Galaxy Toolshed 1 This is the repository associated with the VAPPER Galaxy Tool available in the Galaxy Toolshed
2 VAPP accurately quantifies the variant antigen diversity in Trypanosoma congolense isolates or the variable Cog presence in T.vivax isolates 2 VAPP accurately quantifies the variant antigen diversity in Trypanosoma congolense isolates or the variable Cog presence in T.vivax isolates
3
4 3
5 The Trypanosoma congolense variant antigen repertoire is divided into 15 clades or phylotypes. These phylotypes are present in any T. congolense isolate, but their relative abundance varies between strains. The purpose of the VAPPER is to accurately quantify antigen diversity in any T. congolense isolate by calculating the relative frequency of each phylotype. 4 The Trypanosoma congolense variant antigen repertoire is divided into 15 clades or phylotypes. These phylotypes are present in any T. congolense isolate, but their relative abundance varies between strains. The purpose of the VAPPER is to accurately quantify antigen diversity in any T. congolense isolate by calculating the relative frequency of each phylotype.
6 5
7 The Galaxy VAPPER Tool has four modes. 6 The Galaxy VAPPER Tool has four modes.
8 1) T.congolense Genomic: 7 1) T.congolense Genomic:
13 This requires NGS paired reads and uses bowtie2 and samtools for read mapping and processing, cufflinks for transcript abundance estimation, and hmmer for sequence identification. The output is a stacked bar chart and a table of frequencies based on the transcript abundances. 12 This requires NGS paired reads and uses bowtie2 and samtools for read mapping and processing, cufflinks for transcript abundance estimation, and hmmer for sequence identification. The output is a stacked bar chart and a table of frequencies based on the transcript abundances.
14 13
15 3) T.vivax clusters of orthologs 14 3) T.vivax clusters of orthologs
16 The approach for T. vivax relies on the presence/absence of clusters of orthologs (COGs). It requires velvet for the genome assembly and blast. it recieves paired sequencing reads in fastq format (or a contig file if already assembled) and the output is a binary matrix of the presence/absence of each COG/gene for a given sample. Within the tool there is a database of 28 isolates that are used as a comparison producing a heatmap and dendogram. 15 The approach for T. vivax relies on the presence/absence of clusters of orthologs (COGs). It requires velvet for the genome assembly and blast. it recieves paired sequencing reads in fastq format (or a contig file if already assembled) and the output is a binary matrix of the presence/absence of each COG/gene for a given sample. Within the tool there is a database of 28 isolates that are used as a comparison producing a heatmap and dendogram.
17 16
18 4) T.vivax Transcriptomic pathway 17 4) T.vivax Transcriptomic VAP
19 This method takes two NGS paired reads, maps the transcripts against a user supplied reference file and then estimates the trancript aboundance (using samtools and cufflinks). The output is then binned into 175 predefined phylotypes based on their greatest blastx similarity (this table is available in the results directory). A pident of less than 70% is considered unidentified. The results provide a tabular and graphical phylotype profile of the sample(s) 18 This method takes two NGS paired reads, maps the transcripts against a user-supplied reference file and
19 then estimates the trancript aboundance (using samtools and cufflinks). The output is then binned into
20 175 predefined phylotypes based on their greatest blastx similarity (this table is available in the results). A pident of less than 70% is considered unidentified.
21 The results are shown as tabular and graphical phylotype profiles. The user-supplied reference file should contain assembled transcripts. We advise it to be created using Trinity (Grabherr et al. 2013).
20 22
21 23
22 24
23
24