diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2127d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.ini diff --git a/cancer.html b/cancer.html new file mode 100755 index 0000000..d7ca633 --- /dev/null +++ b/cancer.html @@ -0,0 +1,194 @@ + + + + + +
++ retrieve instant disease-specific predictions capable of distinguishing between cancer-promoting/driver and neutral/passsenger mutations. +
++ Example » +
+TOLERATED
" + + if float(Score) < -1.50: + Tag = "DAMAGING" + Web = "DAMAGING
" + else: + Tag = "TOLERATED" + Web = "TOLERATED
" + + if float(Score) < -3.00: + Tag = "DAMAGING" + Web = "DAMAGING
" + + if HTM: + HTM.write( +""" +# | +dbSNP ID | +Protein ID | +Substitution | +Prediction | +Score | +Further Information | +
---|---|---|---|---|---|---|
""" + str(idx) + """ | +""" + record + """ | +No dbSNP Mapping(s) For Record | +||||
""" + str(idx) + """ | ++ | An Error Occured While Parsing: """ + record + """ | +
+ your request (Job/Session ID """ + HTMLSession + """) is now being processed - if you submitted a large batch; please be patient as this may take a while. +
+ ++ 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 » +
+retrieve instant predictions for the functional, molecular and phenotypic consequences of dbSNP rs IDs and protein missense variants using SwissProt and/or Ensembl protein identifiers.
+ +retrieve instant disease-specific predictions (distinguishing between cancer-promoting/driver and neutral/passsenger mutations) using SwissProt and/or Ensembl protein identifiers.
+ + ++ retrieve instant predictions for the functional, molecular and phenotypic consequences of dbSNP rs IDs and protein missense + variants. +
++ Example » +
+t |