# HG changeset patch # User gregory-minevich # Date 1340655198 14400 # Node ID 22c8c4f8d11c1085e362a7b095d54ddfcf46af3e # Parent c7b8f28dfc9388a8aaabd760e8dac51c64483b6d Uploaded diff -r c7b8f28dfc93 -r 22c8c4f8d11c checkSnpEffCandidates.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/checkSnpEffCandidates.xml Mon Jun 25 16:13:18 2012 -0400 @@ -0,0 +1,51 @@ + + Marks up a snpEff output file with matches to a gene candidate list. + checkSnpEffCandidates.py -s $snpeff_file -c $candidate_list -o $output + + + + + + + + + sys + optparse + csv + + + + + + + +**What it does:** + +Indicates on a SnpEff output file which genes are found in a candidate list by comparing Gene IDs. + +For a description of the snpEff variant annotation and effect prediction tool: + +http://snpeff.sourceforge.net + +------ + +**Input:** + +The candidate list should be in a tabular format with two columns: Gene ID and Gene Description (e.g. C55B7.12 and transcription_factor). The file should contain no headers. + +Useful candidate lists (e.g. transcription factors, genes expressed in neurons, transgene silencers, chromatin factors) are available on the CloudMap Galaxy page: + +https://test.g2.bx.psu.edu/u/gal40/p/cloudmap + + +------ + +**Citation:** + +This tool is part of the CloudMap pipeline for analysis of mutant genome sequences. For further details, please see `Gregory Minevich, Danny Park, Richard J. Poole, Daniel Blankenberg, Anton Nekrutenko, and Oliver Hobert. CloudMap: A Cloud-based Pipeline for Analysis of Mutant Genome Sequences. (2012 In Preparation)`__ + + .. __: http://biochemistry.hs.columbia.edu/labs/hobert/literature.html + +Correspondence to gm2123@columbia.edu (G.M.) or or38@columbia.edu (O.H.) + +