Description Usage Arguments Value
This function predicts the presence and location of signal peptide cleavage sites in amino acid sequences from different organisms(eukaryotes,gram+,gram-).
1 2 | get_signalp(signalp.path = NULL, signalp.version = NULL,
input_file = NULL, org.type = NULL)
|
signalp.path |
Localpath of folder containing signalp binary excutable file or the the the excutable file itself, if path not specified, then signalp must be in program search path |
signalp.version |
please provide signalp version to use |
input_file |
Please provide fasta input file |
org.type |
Provide organism type [euk,gram+,gram-] |
Provide dataframe its contain summary of the signalp results file
@examples
signalp <- get_signalp(signalp.path = NULL, signalp.version = NULL, input_file = NULL, org.type = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.