SLiMSuite REST Server


Links
REST Home
EdwardsLab Homepage
EdwardsLab Blog
SLiMSuite Blog
SLiMSuite
Webservers
Genomes
REST Pages
REST Status
REST Help
REST Tools
REST Alias Data
REST API
REST News
REST Sitemap

GFESSA V1.4

Genome-Free EST SuperSAGE Analysis

Program: GFESSA
Description: Genome-Free EST SuperSAGE Analysis
Version: 1.4
Last Edit: 20/08/13
Citation: Johansson SA et al (2020). Algal Research 48:101917

Copyright © 2011 Richard J. Edwards - See source code for GNU License Notice


Imported modules: budapest rje_seq rje_seqlist rje_sequence rje_blast_V2 rje rje_db rje_zen


See SLiMSuite Blog for further documentation. See rje for general commands.

Function

This program is for the automated processing, mapping and identification-by-homology for SuperSAGE tag data for organisms without genome sequences, relying predominantly on EST libraries etc. Although designed for genome-free analysis, there is no reason why transcriptome data from genome projects cannot be used in the pipeline.

GFESSA aims to take care of the following main issues: 1. Removal of unreliable tag identification/quantification based on limited count numbers. 2. Converting raw count values into enrichment in one condition versus another. 3. Calculating mean quantification for genes based on all the tags mapping to the same sequence. 4. The redundancy of EST libraries, by mapping tags to multiple sequences where necessary and clustering sequences on shared tags.

The final output is a list of the sequences identified by the SAGE experiment along with enrichment data and clustering based on shared tags.

Commandline

INPUT OPTIONS

tagfile=FILE : File containing SuperSAGE tags and counts [None]
tagfield=X : Field in tagfile containing tag sequence. (All others should be counts) ['Tag sequence']
expconvert=FILE : File containing 'Header', 'Experiment' conversion data [None]
experiments=LIST: List of (converted) experiment names to use []
seqin=FILE : File containing EST/cDNA data to search for tags within [None]
tagindex=FILE : File containing possible tags and sequence names from seqin file [*.tag.index]
tagmap=FILE : Tag to sequence mapping file to over-ride auto-generated file based on Seqin and Mismatch [None]
tagstart=X : Sequence starting tags ['CATG']
taglen=X : Length of sequence tags [26]

PROCESS OPTIONS

mintag=X : Minimum total number of counts for a tag to be included (summed replicates) [0]
minabstag=X : Minimum individual number of counts for a tag to be included (ANY one replicate) [5]
minexptag=X : Minimum number of experiments for a tag to be included (no. replicates) [3]
allreptag=X : Filter out any Tags that are not returned by ALL replicates of X experiments [0]
minenrtag=X : Minimum number of counts for a tag to be retained for enrichment etc. (summed replicates) [15]
enrcut=X : Minimum mean fold change between experiments [2.5]
pwenr=X : Minimum fold change between pairwise experiment comparisons [1.0]
expand=T/F : Whether to expand from enriched TAGs to unenriched TAGs through shared sequence hits [True]
mismatch=X : No. mismatches to allow. -1 = Exact matching w/o BLAST [-1]
bestmatch=T/F : Whether to stop looking for more mismatches once hits of a given stringency found [True]
normalise=X : Method for normalising tag counts within replicate (None/ppm) [ppm]

OUTPUT OPTIONS

basefile=X : "Base" name for all results files, e.g. X.gfessa.tdt [TAG file basename]
longtdt=T/F : Whether to output "Long" format file needed for R analysis [True]

See also rje.py generic commandline options.

History Module Version History

    # 0.0 - Initial Compilation using exact matches only.
    # 0.1 - BLAST-based inexact search method.
    # 0.2 - Removed sequence annotation and clustering. Added extra enrichment clustering.
    # 1.0 - Updated to fix basefile issue and improve documentation, including manual. Add mean cluster enrichment.
    # 1.1 - Added  minabstag and minexptag to give more control over low abundance tag filtering
    # 1.2 - Added longtdt to output "Long" format file needed for R analysis.
    # 1.3 - Tidied module imports.
    # 1.4 - Switched to rje_blast_V2. More work needed for BLAST+.

© 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au.