supported_classes: Lists all supported motif classes for a given signature

Description Usage Arguments Value See Also Examples

View source: R/motif_zoo.R

Description

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

Usage

1

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

1
2
3
4
5
## Not run: 
supported_classes("1,2", FALSE)
supported_classes("1,1", TRUE)

## End(Not run)

motifr documentation built on Dec. 15, 2020, 5:23 p.m.