Enrichment_Proteins: Enrichment_Proteins

Description Usage Arguments Value Examples

Description

Function Performing Proteins Enrichment using Gene Ontology

Usage

1
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

1
2
3
4
#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)

DrugClust documentation built on May 2, 2019, 11:06 a.m.