Description Usage Arguments Details Value Note Source References See Also Examples
Phobius web server is a combined transmembrane topology and signal peptide (N-sp) predictor. Currently only "normal prediction" of signal peptides is supported by the function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | get_phobius(data, ...)
## S3 method for class 'character'
get_phobius(data, progress = FALSE, ...)
## S3 method for class 'data.frame'
get_phobius(data, sequence, id, ...)
## S3 method for class 'list'
get_phobius(data, ...)
## Default S3 method:
get_phobius(data = NULL, sequence, id, ...)
## S3 method for class 'AAStringSet'
get_phobius(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. |
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. |
The topology (prediction column of the result) is given as the position of the transmembrane helices separated by 'i' if the loop is on the cytoplasmic or 'o' if it is on the non-cytoplasmic side. A signal peptide is given by the position of its h-region separated by a n and a c, and the position of the last amino acid in the signal peptide and the first of the mature protein separated by a /.
A data frame with columns:
Character, name of the submitted sequence.
Integer, the number of predicted transmembrane segments.
Character, Y/0 indicator if a signal peptide was predicted or not.
Character string, predicted topology of the protein.
Integer, first amino acid after removal of the signal peptide
Logical, did Phobius predict the presence of a signal peptide
Integer, length of the predicted signal peptide.
This function creates temporary files in the working directory.
Kall O. Krogh A. Sonnhammer E. L. L. (2004) A Combined Transmembrane Topology and Signal Peptide Prediction Method. Journal of Molecular Biology 338(5): 1027-1036
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.