PredGPI web server is a predictor of GPI modification sites.
get_pred_gpi(data, ...) # S3 method for character get_pred_gpi(data, spec = 0.99, progress = FALSE, ...) # S3 method for data.frame get_pred_gpi(data, sequence, id, ...) # S3 method for list get_pred_gpi(data, ...) # S3 method for default get_pred_gpi(data = NULL, sequence, id, ...) # S3 method for AAStringSet get_pred_gpi(data, ...)
data | A data frame with protein amino acid sequences as strings in one column and corresponding id's in another. Alternatively a path to a .fasta file with protein sequences.Alternatively a list with elements of class |
---|---|
... | currently no additional arguments are accepted apart the ones documented bellow. |
spec | Numeric in the 0-1 range, indicating the threshold specificity. |
progress | Boolean, whether to show the progress bar, at default set to FALSE. |
sequence | A vector of strings representing protein amino acid sequences, or the appropriate column name if a data.frame is supplied to data argument. If .fasta file path, or list with elements of class "SeqFastaAA" provided to data, this should be left blank. |
id | A vector of strings representing protein identifiers, or the appropriate column name if a data.frame is supplied to data argument. If .fasta file path, or list with elements of class "SeqFastaAA" provided to data, this should be left blank. |
http://gpcr.biocomp.unibo.it/predgpi/pred.htm
A data frame with columns:
Character, name of the submitted sequence truncated to 30 characters.
Integer, indicating the sequence position of the omega-site.
Numeric, indicating the specificity of the prediction.
Logical, is the specificity of the prediction higher than the set threshold specificity
This function creates temporary files in the working directory. If the server is unable to make a prediction due to non-amino acid letters or length of the sequence, the returned prediction is NA (is.gpi column). Protein ids should be shorter then 30 characters.
Pierleoni A. Martelli P. L. Casadio R. (2008) PredGPI: a GPI-anchor predictor. BMC Bioinformatics 9: 392