symbol

Print a data report containing gene metadata by gene symbol

symbol

Print a data report containing gene metadata by gene symbol

Name

datasets summary gene symbol - Print a data report containing gene metadata by gene symbol

Synopsis

datasets summary gene symbol <gene symbol ...> [flags]

Description

Print a data report containing gene metadata by gene symbol and taxon (NCBI Taxonomy ID, scientific or common name for a species). If no taxon is specified, data will be returned for human. The data report is returned in JSON format.

Examples

  datasets summary gene symbol tp53
  datasets summary gene symbol brca1 --taxon "mus musculus"

Options

      --api-key string     Specify an NCBI API key
      --as-json-lines      Stream results as newline delimited JSON-Lines
      --debug              Emit debugging info
      --help               Print detailed help about a datasets command
      --inputfile string   Read a list of NCBI Gene Symbols from a file to use as input
      --limit string       Limit the number of gene summaries returned
                             * all:      returns all matching gene summaries
                             * a number: returns the specified number of matching gene summaries
                                (default "all")
      --ortholog strings   Retrieves data for an ortholog set. Provide one or more taxa (any rank) to filter results or 'all' for the complete set.
      --report string      Choose the output type:
                             * gene:     Retrieve the primary gene report
                             * product:  Retrieve product data report
                             * ids_only: Only retrieve gene-ids
                                (default "complete")
      --taxon string       Define species (NCBI taxid, common or scientific name) for gene symbol (default "human")
      --version            Print version of datasets
Generated April 19, 2024