aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 11336e41a747a5eaa1bbf4366c0b03d7319e406c (plain)
1
2
3
4
5
6
7
8
9
10
11
# cressdna
Circular Eukaryotic Single Stranded DNA site source

index.html is the main web page
classifier.py is a python script that takes the submitted textarea form from index.html (needs to be FASTA format input) and makes a prediction
              of the CRESS virus genus for each sample, given the caveats listed on the submission form page
              
              This script is meant to output a new index.html type page with the results of the prediction as an HTML table in the Results tab
                           
SVM_linear_aa_clf.pkl is a compressed trained SVM classifier for prediction
UniqRepsGemys_6089_StSCALER.pkl is a compressed trained scaler to fit input data to the same scale as the trained data