supported_classes {motifr} | R Documentation |
Returns a list with all supported motif classes for the given signature. Raises an error if the given signature is not supported.
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
supported_signatures()
## Not run:
supported_classes("1,2", FALSE)
supported_classes("1,1", TRUE)
## End(Not run)