drop_sample_by_id

SampleMetadata.drop_sample_by_id(ids, **kwargs)[source]

Drop samples by sample identifiers.

Parameters
  • ids (Union[Sequence[Union[str, int]], numpy.ndarray, pandas.core.indexes.base.Index, str, int]) – Identifiers to remove

  • kwargs – Compatibility

Return type

Optional[Union[Sequence[Union[str, int]], numpy.ndarray, pandas.core.indexes.base.Index, str, int]]