Learn R Programming

DrugClust (version 0.2)

DrugClustKMeansEnrichment: DrugClustKMeansEnrichment

Description

Function Implementing DrugClust with KMeans and Enrichment

Usage

DrugClustKMeansEnrichment(num_clusters, features, pharmat)

Arguments

num_clusters
number of clusters desired
features
matrix features
pharmat
matrix of side effects

Value

number of pathways for various clusters

Examples

Run this code
#features is the features matrix
#resultSeeds<-DrugClustKMeansEnrichment(4,features)

Run the code above in your browser using DataLab