mkt.databases.scrapers
Web scrapers for kinase data sources.
Provides kinhub() to scrape the KinHub kinase classification table.
Functions
|
Scrape the KinHub database to obtain list of human kinases with additional information. |
- mkt.databases.scrapers.kinhub(url: str = 'http://www.kinhub.org/kinases.html') DataFrame[source]
Scrape the KinHub database to obtain list of human kinases with additional information.
- Parameters:
url (str) – URL of the KinHub database
- Returns:
DataFrame of kinase information
- Return type:
pd.DataFrame