Description Usage Arguments Value
This function searching the motif of interest by user defined regular expression against input fasta sequences.
1 | pattern.search(fasta.file = NULL, reg.pat = NULL)
|
fasta.file |
Provide protien sequence fasta file. |
reg.pat |
Provide R regular expression pattern for searching motifs. |
A list contain motif sequences and motif dataframe
@examples
pattern.search(fasta.file = NULL, reg.pat = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.