dandelion.base.core.Dandelion.add_sequence_suffix

Dandelion.add_sequence_suffix(suffix, sync=True, remove_trailing_hyphen_number=False, **kwargs)[source]

Add suffix to sequence_id and then apply to cell_id as well.

Parameters:
  • suffix (str) – Suffix to add to the IDs.

  • sync (bool, optional) – Whether to apply the same suffix to cell_id, by default True.

  • remove_trailing_hyphen_number (bool, optional) – Whether to remove trailing hyphen numbers before adding suffix, by default False.

  • **kwargs – Additional arguments to pass to the update_metadata method

Return type:

None