Description Usage Arguments Value Examples
This function summarize the results from pattern.search or hmm.search along with functional domains.
1 2 | summary_motifs(hmm.result, reg.pat = NULL, signalp_version = NULL,
input_file = NULL)
|
hmm.result |
A list of SeqFastadna objects obtained from regex.search or hmm.search |
reg.pat |
A character string indicating the PATT_REG pattern for the motif. The specification of the PATT_REG pattern in must be in regex format. |
signalp_version |
signalp version |
input_file |
file name used in the functional domains(signalp, targtp, tmhmm) |
returns summary table
1 2 3 4 5 | ## Not run:
summary_motifs(hmm.result, reg.pat=NULL, signalp_version = NULL, input_file = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.