diff --git a/.gitignore b/.gitignore index 3b5629d..e320bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ # Database Configuration -*.ini +config.ini # Server Submission(s) *.txt *.tab -# Benchmarking -benchmark/ +# Site Verification +*1704* +sitemap* diff --git a/CHANGES.md b/CHANGES.md index 93b8d36..026d69f 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,10 +5,18 @@ This page is a continuous listing of new features and bug fixes for the Functional Analysis through Hidden Markov Models software and server (http://fathmm.biocompute.org.uk). +## 5th July 2013 (v2.2) + +* A new method for ranking nsSNPs according to disease concepts, i.e. disease-specific predictions, has been added. +* We now limit the number of web-based predictions shown; however, all predictions can be obtained in our tab-delimited report. +* We have fixed a number of small bugs. + +* Human: updated pre-computed database to ENSEMBL 72, UniProt 2013_07, and RefSeq 59. + ## 10th May 2013 (v2.2) * We now use the Representative Proteome (RP) database when searching for homologous sequences. * We now incorporate Pfam 27.0 into our domain-based predictions. -* Human: added support for ENSEMBL 71, UniProt 2013_05, and RefSeq 59. -* Cow: added support for ENSEMBL v71. * We have fixed a minor database bug. + +* Human: updated pre-computed database to ENSEMBL 71, UniProt 2013_05, and RefSeq 59. diff --git a/about.html b/about.html new file mode 100755 index 0000000..f11e8cb --- /dev/null +++ b/about.html @@ -0,0 +1,214 @@ + + + + + + + fathmm - About Our Software and Server + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+

About Our Software and Server

+
+ + +
+
+ +
+ +
+ +
+

Overview:

+
+

+ The Functional Analysis through Hidden Markov Models (fathmm) software and server is is capable of predicting the functional + effects of protein missense mutations by combining sequence conservation within hidden Markov models (HMMs), representing the + alignment of homologous (orthologous and/or paralogous) sequences and conserved protein domains, with "pathogenicity weights", representing the overall tolerance + of the corresponding model to mutations. +

+ For more information, please refer to the following publications: +

+ Shihab HA, Gough J, Cooper DN, Stenson PD, Barker GLA, Edwards KJ, Day INM, Gaunt, TR. (2013). Predicting the Functional, Molecular and Phenotypic + Consequences of Amino Acid Substitutions using Hidden Markov Models. Hum. Mutat., 34:57-65 + fathmm - Main Paper +

+ Shihab HA, Gough J, Cooper DN, Day INM, Gaunt, TR. (2013). Predicting the Functional Consequences of Cancer-Associated Amino Acid Substitutions. + Bioinformatics 29:1504-1510. + fathmm - Cancer Paper +

+
+ Back to Top ... +
+
+ +
+

Input Format:

+
+

+ Our software accepts one of the following formats (see here for annotating VCF files): + +

+

    +
  • + <protein> <substitution> +
  • +
  • + dbSNP rs identifiers +
  • +
+
+ In the above, <protein> is the protein identifier and <substitution> is the amino acid substitution in the conventional one + letter format. At present, our server accepts SwissProt/TrEMBL, RefSeq and Ensembl protein identifiers, e.g.: +

+
+P43026 L441P
+
+ or: +

+
+rs137854462
+
+

+
+ Back to Top ... +
+
+ +
+

Batch Submission:

+
+

+ + It is possible to submit multiple amino acid substitutions as a 'Batch Submission' via our server. Here, all amino acid substitutions for a protein can be + entered on a single line and should be separated by a comma, e.g: +

+

+P43026 L441P
+ENSP00000325527 N548I,E1073K,C2307S 
+
+
+ Note: this option is not available when analysing dbSNP rs identifiers. +

+
+ Back to Top ... +
+
+ +
+

VCF Annotation:

+
+

+ Unfortunately, due to disk space constraints, we are unable to annotate Variant Call Format (VCF) files on your behalf. However, the consequences of all VCF variants + can be derived using the Ensembl Variant Effect Predictor (VEP). + Once annotated, the following script (available here) is capable of parsing these annotations and will provide you with a list of protein + consequences which can then be used as input into our server/software. +

+ Additional help on using our script is available by typing the following command: +

+

python parseVCF.py --help
+

+
+ Back to Top ... +
+ +
+
+ + +
+
+ +
+ +
+ + + + + + diff --git a/cancer.html b/cancer.html index fb032e9..0f44bdc 100755 --- a/cancer.html +++ b/cancer.html @@ -19,6 +19,8 @@ + + + + - - - - - - - - -
- - - - - """ - # - else: - # ... either there is no submission or the previous submission - # has been deleted - print """ - - - - - - - fathmm - Unknown Job/Session Identifier - - + """ - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-

Unknown Job/Session Identifier

-
-

- You have entered an invalid or unknown Job/Session Identifier - please note, predictions are typically stored on our server for one week before being deleted. -

-
- + HTML+= """
- +

+ If you have found this resource useful, please cite the following work: +
+ Shihab HA, Gough J, Cooper DN, Stenson PD, Barker GLA, Edwards KJ, Day INM, Gaunt, TR. (2013). Predicting the Functional, Molecular and Phenotypic Consequences of Amino Acid Substitutions using Hidden Markov Models. Hum. Mutat., 34, 57-65 +

+

+ We welcome any comments and/or suggestions that you may have regarding our software and server - please send an email directly to fathmm@biocompute.org.uk +

+
+ + - """ - # + """ except Exception, e: - print """ + HTML = """ - fathmm - Server Error + fathmm - fathmm Predictions @@ -465,12 +258,16 @@ if __name__ == '__main__': - + + + + + @@ -510,14 +307,8 @@ if __name__ == '__main__':
@@ -79,16 +75,14 @@
-

Functional Analysis through Hidden Markov Models (v2.2)

+

Functional Analysis through Hidden Markov Models (v2.3)


- A high-throughput web-server capable of predicting the functional, molecular and phenotypic consequences of + The Functional Analysis through Hidden Markov Models (fathmm) is a high-throughput web-server capable of predicting the functional, molecular and phenotypic consequences of protein missense variants using hidden Markov models (HMMs) representing the alignment of homologous sequences and conserved protein domains.

-

- Overview » -

+
- - - +
-
-
-

Analyze dbSNP/Protein Missense Variants

-
-

Obtain instant predictions capable of discriminating between disease-causing mutations and neutral polymorphisms - including - predictions on the molecular and phenotypic consequences of protein missense variants.

-

go »

+ +
+
+

Analyze Protein Missense Variants

+
+

+ Use this option to return predictions capable of discriminating between disease-causing mutations and neutral polymorphisms. In addition, + predictions on the molecular and phenotypic consequences of protein missense variants are also returned. +

+
-
-
diff --git a/inherited.html b/inherited.html index 6f2fe6e..7d4c132 100755 --- a/inherited.html +++ b/inherited.html @@ -19,6 +19,8 @@ + +