Description Usage Arguments Value See Also Examples
View source: R/drugSetEnrichment.R
Prepare drug sets from a table with compound descriptors
1 | prepareDrugSets(table, id = 1, maxUniqueElems = 15)
|
table |
Data frame: drug descriptors |
id |
Integer or character: index or name of the column containing identifiers |
maxUniqueElems |
Numeric: maximum number of unique elements in a descriptor to consider when creating discrete drug sets |
Named list of characters: named drug sets with respective compound identifiers as list elements
Other functions for drug set enrichment analysis:
analyseDrugSetEnrichment()
,
loadDrugDescriptors()
,
plotDrugSetEnrichment()
1 2 | descriptors <- loadDrugDescriptors("NCI60")
prepareDrugSets(descriptors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.