add_pcid {signatureSearch}R Documentation

Add PCID to GESS results

Description

This function can be used to add the PCID (PubChem CID) column to the GESS result table.

Usage

add_pcid(gess_tb)

Arguments

gess_tb

tibble of GESS result, can be accessed by the 'result' method on the gessResult object

Value

tibble object where the PCID column is added

Examples

data("lincs_pert_info")
# gess_tb2 <- add_pcid(gess_tb)

[Package signatureSearch version 1.8.1 Index]