loadDrugDescriptors {cTRAP}R Documentation

Load table with drug descriptors

Description

Load table with drug descriptors

Usage

loadDrugDescriptors(source = c("NCI60", "CMap"), type = c("2D", "3D"),
  file = NULL)

Arguments

source

Character: molecular descriptors for compounds in NCI60 or CMap

type

Character: load 2D or 3D molecular descriptors

file

Character: filepath to drug descriptors (automatically downloaded if file does not exist)

Value

Data table with drug descriptors

See Also

Other functions for drug set enrichment analysis: analyseDrugSetEnrichment, plotDrugSetEnrichment, prepareDrugSets

Examples

loadDrugDescriptors()

[Package cTRAP version 1.4.0 Index]