Skip to content

Commit

Permalink
docs: 📝 remove deprecated filter param
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Nov 9, 2023
1 parent 83daf6e commit 2ef62c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions biothings_client/docstring/gene.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
:param species: optionally, you can pass comma-separated species names
or taxonomy ids
:param email: optionally, pass your email to help us to track usage
:param filter: alias for **fields** parameter
:return: a gene object as a dictionary, or None if geneid is not valid.
Expand Down Expand Up @@ -38,7 +37,6 @@
:param species: optionally, you can pass comma-separated species names
or taxonomy ids
:param email: optionally, pass your email to help us to track usage
:param filter: alias for fields
:param as_dataframe: if True, return object as DataFrame (requires Pandas).
:param df_index: if True (default), index returned DataFrame by 'query',
otherwise, index by number. Only applicable if as_dataframe=True.
Expand Down

0 comments on commit 2ef62c1

Please sign in to comment.