| | 9 | == Parameters == |
| | 10 | For a complete list of parameters please check the [http://gvs.gs.washington.edu/SeattleSeqAnnotation/|SeattleSeq Annotation website] and the example below |
| | 11 | |
| | 12 | == Example == |
| | 13 | {{{ |
| | 14 | #!div style="font-size: 80%" |
| | 15 | Code highlighting: |
| | 16 | {{{#!python |
| | 17 | AnnotateVarianListFileViaSeattleSeqAnnotation( |
| | 18 | inputFile=/Users/alexandroskanterakis/Data/SNP/chr1.snp.Q20.gff, |
| | 19 | outputFile=/Users/alexandroskanterakis/Tools/annotation/seattleseqannotation/output.txt, |
| | 20 | eMail=alexandros.kanterakis@gmail.com, |
| | 21 | fileFormat=GFF, |
| | 22 | geneData=CCDS2008, |
| | 23 | allelesMaq=true, |
| | 24 | allelesDBSNP=true, |
| | 25 | scorePhastCons=true, |
| | 26 | scorePhastCons=true, |
| | 27 | consScoreGERP=true, |
| | 28 | chimpAllele=true, |
| | 29 | CNV=true, |
| | 30 | geneList=true, |
| | 31 | HapMapFreqType=HapMapFreqMinor, |
| | 32 | geneList=true, |
| | 33 | hasGenotypes=true, |
| | 34 | dbSNPValidation=true, |
| | 35 | repeats=true, |
| | 36 | geneList=true, |
| | 37 | proteinSequence=true, |
| | 38 | polyPhen=true, |
| | 39 | clinicalAssociation=true |
| | 40 | ) |
| | 41 | }}} |
| | 42 | }}} |
| | 43 | |
| | 44 | == Source Code == |
| | 45 | http://www.bbmriwiki.nl/svn/SequenceAnnotation/SubmitSeattleSeqAnnotationAutoJob/SubmitSeattleSeqAnnotationAutoJob.py |