Activity

Queries chemical bioactivity for a provided protein target and return all small molecules.

Arguments

NameShortLongDescription
Limit-l--limitNumber of results to return [default: 500]
Output-o--outputoptional filepath to write output to [default=stdout]

Usage

# Query the Chembl database for small molecules with bioactivity targeting NSD1
ggetrs chembl activity NSD1

# Query the Chembl database for the top 20 bioactive molecules for NSD1
ggetrs chembl activity -l 20 NSD1