add_pcid | R Documentation |
This function can be used to add the PCIDss
(PubChem CID column added
from signatureSearch package) column to a data frame that have a column
store compound names. The compound name to PubChem CID annotation is obtained
from lincs_pert_info
in 2017.
add_pcid(df, drug_col = "pert")
df |
data frame or tibble object |
drug_col |
name of the column that store compound names in df |
tibble object with an added PCIDss column
data("lincs_pert_info")
# gess_tb2 <- add_pcid(gess_tb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.