dandelion.tools.clone_size
- dandelion.tools.clone_size(vdj_data, max_size=None, clone_key=None, key_added=None)[source]
Quantify size of clones.
- Parameters:
vdj_data (Dandelion) – Dandelion object
max_size (int | None, optional) – The maximum size before value gets clipped. If None, the value will be returned as a numerical value.
clone_key (str | None, optional) – Column name specifying the clone_id column in metadata.
key_added (str | None, optional) – column name where clone size is tabulated into.
- Return type:
None