Learn R Programming

motifr (version 1.0.0)

supported_classes: Lists all supported motif classes for a given signature

Description

Returns a list with all supported motif classes for the given signature. Raises an error if the given signature is not supported.

Usage

supported_classes(signature, directed)

Arguments

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.

Value

list of supported motif classes

See Also

supported_signatures()

Examples

Run this code
# NOT RUN {
supported_classes("1,2", FALSE)
supported_classes("1,1", TRUE)
# }

Run the code above in your browser using DataLab