| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Datasets | 2017-12-14 | ||
| ICDtool | 2017-12-14 | ||
| README.txt | 2017-01-03 | 1.9 kB | |
| Totals: 3 Items | 1.9 kB | 1 |
Introduction: 1. The ICDtool can be used to identify ICDs in retroviruses. 2. The ICDtool was implemented in Microsoft Visual C++ 6.0 and supported on Windows environment. 3. The input and output files should be in FASTA format. ICD annotation clearly indicates the start and end positions of ICD in the inquired sequence. 4. Datasets: training-pol.fasta: pol sequences with ICD annotations for training. non-pol.fasta: non-pol (gag/env/pro..) sequences for scanning. pol.fasta: pol sequences without ICD annotations for scanning. putative-ICDs.fasta: putative ICDs after scanning the file of "pol.fasta" by the proposed model. 5. Example: 1) Please run the software named "ICDtool.exe". 2) The screen shows a string of characters: "Please select an input file in FASTA format: ". If the software and the input file are in the same folder, you can only type the name of the input file, such as: pol.fasta. If the software and the input file are in the different folders, you should type the name and path of the input file, such as: E:\\dataset\\pol.fasta. The name and the path of the input file cannot contain a space. 3) The screen shows a string of characters: "Please select an output file for putative ICDs:". If you want the output file and software in the same folder, you should only type the name of the output file, such as: "putative-ICDs.fasta". If you want the output file in another folder, you should type the name and path of the output file, such as: "E:\\dataset\\putative-ICDs.fasta". The name and the path of the output file cannot contain a space. 4) Runining... Mission accomplished! Then you can get the file containing the predicted putative ICDs. 5) The screen shows a string of characters: "Do you want to input another file to predict putative ICDs? y/n". Then you can input "y" to continue predicting ICDs, or "n" to quit the software.