Description Usage Arguments Value See Also Examples
Returns a list with all supported motif classes for the given signature. Raises an error if the given signature is not supported.
1 | supported_classes(signature, directed)
|
signature |
head of a motif identifier string, i.e. string with comma-separated list specifying the signature of the motif |
directed |
whether the motifs are directed. |
list of supported motif classes
1 2 3 4 5 | ## Not run:
supported_classes("1,2", FALSE)
supported_classes("1,1", TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.