Description Usage Arguments Value Examples
List the column names for a table in the PubTator sqlite database
1 | pt_columns(db_con, table_name)
|
db_con |
A connection to the PubTator sqlite database, as created via pubator_connector. |
table_name |
The name of the table of interest. Valid tables can be found using pt_tables. Capitalization does not matter. |
A character vector of the column names for a given table.
1 2 | db_con <- pt_connector(pt_path)
pubtator_columns(db_con, "gene")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.