getSDFwithName {customCMPdb} | R Documentation |
This function could be used to get SDFset of compounds in CMAP2, LINCS, DrugAge
or DrugBank databases. The cid
of the SDFset are compound names instead
of their internal IDs.
getSDFwithName(source = "LINCS")
source |
character(1), one of "CMAP2", "LINCS", "DrugBank", "DrugAge" |
SDFset object of compounds in the source
database, the cid
of the SDFset are compound names.
da_sdf <- getSDFwithName(source="DrugAge")