Info

Fetch extensive gene and transcript metadata from Ensembl, Uniprot, and NCBI.

Arguments

NameShortLongDescription
Species-s--speciesSpecies name to use: currently this MUST match the taxon_id [default: homo_sapiens]
Taxon ID-t--taxon-idTaxon ID to use: currently this MUST match the taxon_id [default: homo_sapiens]
Output-o--outputoptional filepath to write output to [default=stdout]

Command Line Usage

# Queries information for single term
ggetrs info AP2S1

# Queries information for multiple terms
ggetrs info AP2S1 RFX3 NSD1

Python

import ggetrs

# Queries information for single term
ggetrs.info(["AP2S1"])

# Queries information for multiple terms
ggetrs.info(["AP2S1", "RFX3", "NSD1"])