get_table | R Documentation |
CTDdata
object.Obtain the raw data from a CTDdata
object, result from a query to
CTDbase.
get_table(object, index_name, ...)
object |
Object of class |
index_name |
String indicating the type of data to obtain. |
... |
NOT USED |
Available tables are (index_name
):
"gene interactions"
: (Only for chemicals) Table with
a relation of the genes interacting with the given chemicals.
"chemical interactions"
: (Only for genes) Table with
a relation of the chemicals interacting with the given genes.
"diseases"
: Table with a relation of the diseases
associated with given genes or chemicals.
"gene-gene interactions"
: (Only for genes) Table with
a relation of the genes interacting with the given genes.
"kegg pathways"
: Table with a relation of the KEGG pathways
affected by the given chemicals or where the given genes play a role.
"go terms"
: Table with a relation of the GO terms affected by
the given chemicals or where the given genes play a role.
A DataFrame
containing the raw result from CTDdata.
data("gala") get_table(gala, "diseases")[1:3, ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.