add_pcid {signatureSearch} | R Documentation |
This function can be used to add the PCID
(PubChem CID) column to the
GESS result table.
add_pcid(gess_tb)
gess_tb |
tibble of GESS result, can be accessed by the 'result' method
on the |
tibble object where the PCID column is added
data("lincs_pert_info") # gess_tb2 <- add_pcid(gess_tb)