Learn R Programming

DrugClust (version 0.2)

Enrichment_Proteins: Enrichment_Proteins

Description

Function Performing Proteins Enrichment using Gene Ontology

Usage

Enrichment_Proteins(features, num_clusters, clusters)

Arguments

features
matrix of features
num_clusters
number of clusters
clusters
clusters returned from the clustering algorithms

Value

vector_numb_pathway return a vector telling in how many pathways the various clusters are involved

Examples

Run this code
#feature is the feature matrix
# pamx is the result of the PAM function
# and pamx$clustering gives the list assigning each element to a certain cluster
#all_pathways<-Enrichment_Proteins(features,4,pamx$clustering)

Run the code above in your browser using DataLab