HIV-1 protease cleavage
Donated on 4/24/2015
The data contains lists of octamers (8 amino acids) and a flag (-1 or 1) depending on whether HIV-1 protease will cleave in the central position (between amino acids 4 and 5).
Dataset Characteristics
Multivariate
Subject Area
Biology
Associated Tasks
Classification
Feature Type
Categorical
# Instances
6590
# Features
1
Dataset Information
Additional Information
Past Usage: (a) Rögnvaldsson, You and Garwicz (2015) 'State of the art prediction of HIV-1 protease cleavage sites', Bioinformatics, vol 31 (8), pp. 1204-1210. - Discusses the characteristics of the four data sets. - It is shown that a linear SVM with standard orthogonal encoding is the best predictor when tested across data sets. The AUC (Area Under the ROC Curve) values are listed below: Test data 746 1625 Schilling Impens Train data 746 - 0.982 0.870 0.833 1625 0.981 - 0.855 0.811 Schilling 0.933 0.935 - 0.911 Impens 0.902 0.894 0.929 - The 746 and 1625 data sets share many patterns. (b) Kontijevskis, Wikberg and Komorowski (2007) 'Computational Proteomics Analysis of HIV-1 Protease Interactome'. Proteins: Structure, Function, and Bioinformatics, 68, 305–312. Introduced the 1625 data set and used rough set theory on it. Note: the 1625 data set used by Kontijevskis et al. is not identical to the 1625 data set here, there is one octamer that has a different label (same octamer as for the 746 data set). (c) You, Garwicz and Rögnvaldsson (2005) 'Comprehensive Bioinformatic Analysis of the Specificity of Human Immunodeficiency Virus Type 1 Protease'. Journal of Virology, 79, 12477–12486. Introduced the 746 data set and explored linear classifiers plus representations based on amino acid properties. Note: the 746 data set used by You et al. is not identical to the 746 data set here, there is one octamer that has a different label (same octamer as for the 1625 data set). Other relevant information The data sets have appeared in earlier publications (see references in Rögnvaldsson et al. 2015). However, corrections have been made to them here. Details on references where data has been collected are provided for the 746 and the 1625 data set. The origins of the Schilling data and the Impens data are described in the paper Rögnvaldsson et al., 2015.
Has Missing Values?
No
Variable Information
Each attribute is a letter denoting an amino acid. G (Glycine, Gly); P (Proline, Pro); A (Alanine, Ala); V (Valine, Val); L (Leucine, Leu); I (Isoleucine, Ile); M (Methionine, Met); C (Cysteine, Cys); F (Phenylalanine, Phe); Y (Tyrosine, Tyr); W (Tryptophan, Trp); H (Histidine, His); K (Lysine, Lys); R (Arginine, Arg); Q (Glutamine, Gln); N (Asparagine, Asn); E (Glutamic Acid, Glu); D (Aspartic Acid, Asp); S (Serine, Ser); T (Threonine, Thr). The output denotes cleaved (+1) or not cleaved (-1).
Dataset Files
File | Size |
---|---|
HIV746data_details.pdf | 55.9 KB |
HIV1625data_details.pdf | 54.2 KB |
schillingData.txt | 37.9 KB |
1625Data.txt | 18.7 KB |
impensData.txt | 11 KB |
0 to 5 of 7
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset hiv_1_protease_cleavage = fetch_ucirepo(id=330) # data (as pandas dataframes) X = hiv_1_protease_cleavage.data.features y = hiv_1_protease_cleavage.data.targets # metadata print(hiv_1_protease_cleavage.metadata) # variable information print(hiv_1_protease_cleavage.variables)
Rgnvaldsson, T. (2015). HIV-1 protease cleavage [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5H03P.
Creators
Thorsteinn Rgnvaldsson
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.