Description Usage Arguments Value Note Source References See Also Examples
PredGPI web server is a predictor of GPI modification sites.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | get_pred_gpi(data, ...)
## S3 method for class 'character'
get_pred_gpi(data, spec = 0.99, progress = FALSE, ...)
## S3 method for class 'data.frame'
get_pred_gpi(data, sequence, id, ...)
## S3 method for class 'list'
get_pred_gpi(data, ...)
## Default S3 method:
get_pred_gpi(data = NULL, sequence, id, ...)
## S3 method for class '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. |
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.
http://gpcr.biocomp.unibo.it/predgpi/pred.htm
Pierleoni A. Martelli P. L. Casadio R. (2008) PredGPI: a GPI-anchor predictor. BMC Bioinformatics 9: 392
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.