Meta¶
- class regions.Meta(seq=None, **kwargs)[source]¶
Bases:
dictA base class for region metadata.
- Parameters:
- seqdict-like, optional
A dictionary or other mapping object to initialize the metadata.
- **kwargs
Additional keyword arguments to initialize the metadata.
Attributes Summary
Methods Summary
copy()Make a deep copy of this object.
setdefault(key[, value])Insert key with a value of default if key is not in the dictionary.
update(*args, **kwargs)Update the metadata with the input dictionary.
Attributes Documentation
- key_mapping = {}¶
- valid_keys = []¶
Methods Documentation