powered by
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)
head of a motif identifier string, i.e. string with comma-separated list specifying the signature of the motif
whether the motifs are directed.
list of supported motif classes
supported_signatures()
# NOT RUN { supported_classes("1,2", FALSE) supported_classes("1,1", TRUE) # }
Run the code above in your browser using DataLab