We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81295f commit b34d043Copy full SHA for b34d043
1 file changed
malariagen_data/anoph/sample_metadata.py
@@ -708,23 +708,6 @@ def clear_extra_metadata(self):
708
metadata, surveillance flags, and—when available—AIM and cohort
709
metadata.
710
""",
711
- parameters=dict(
712
- sample_sets="""
713
- Sample set identifier(s), e.g. ``'AG1000G-AO'``. If None, all
714
- available sample sets are used.
715
- """,
716
- sample_query="""
717
- A pandas query string to filter samples, e.g.
718
- ``"country == 'Uganda' and sex_call == 'F'"``.
719
720
- sample_query_options="""
721
- Additional keyword arguments passed to :meth:`pandas.DataFrame.query`.
722
723
- sample_indices="""
724
- Integer indices of samples to select. Cannot be used together
725
- with ``sample_query``.
726
727
- ),
728
returns="""
729
A DataFrame with one row per sample. Columns include:
730
0 commit comments