rstoolbox.components.DesignFrame.delete_reference

DesignFrame.delete_reference(seqID, shift_labels=False)

Remove all reference data regarding a particular seqID.

Parameters:
  • seqID (str) – Identifier of the sequence of interest.
  • shift_labels (bool) – When removing the shift, should automatically revert it to any label present in the data container? (Default is False).
Raises:
TypeError:if the data container is not DataFrame or Series