pybedtools.contrib.plotting.ConfiguredBedToolsDemo¶
- class pybedtools.contrib.plotting.ConfiguredBedToolsDemo(yaml_config, method, method_kwargs, **kwargs)[source]¶
- __init__(yaml_config, method, method_kwargs, **kwargs)[source]¶
Wrapper around BedToolsDemo class that reads in a YAML config file. Useful for using the same “style” configuration many times.
Contents of
yaml_configmust be YAML versions of BedToolsDemo args and kwargs exceptmethodandmethod_kwargs.
Methods
__init__(yaml_config, method, method_kwargs, ...)Wrapper around BedToolsDemo class that reads in a YAML config file.
plot([ax])If
axis None, create a new figure.