Skip to content

Commit

Permalink
Update search.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed Dec 19, 2023
1 parent 5ab45ed commit b0ab7b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/en/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Fetch genes and transcripts from [Ensembl](https://www.ensembl.org/) using free-
Results are matched based on the "gene name" and "description" sections in the Ensembl database. `gget` version >= 0.27.9 also includes results that match the Ensembl "synonym" section.
Return format: JSON (command-line) or data frame/CSV (Python).

```diff
! While Ensembl is in the process of updating its database to a new release, you might receive a 404 error.
```
> If this is the case, specify an earlier Ensembl version using the `release` argument.
> Example: `gget search -r 110 -s human ace2` (Python: `gget.search("ace2", species="human", release=110)`)
**Positional argument**
`searchwords`
One or more free form search words, e.g. gaba nmda. (Note: Search is not case-sensitive.)
Expand Down

0 comments on commit b0ab7b2

Please sign in to comment.