Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

acore

Extraction of alpha cores for soft clusters


Description

This function extracts genes forming the alpha cores of soft clusters

Usage

acore(eset,cl,min.acore=0.5)

Arguments

eset

object of the class ExpressionSet.

cl

An object of class flcust as produced by mfuzz.

min.acore

minimum membership values of gene belonging to the cluster core.

Value

The function produces an list of alpha cores including genes and their membership values for the corresponding cluster.

Author(s)

Examples

if (interactive()){
### Data loaing and pre-processing
 data(yeast) # data set includes 17 measurements
 yeastF <- filter.NA(yeast) 
 yeastF <- fill.NA(yeastF)
 yeastF <- standardise(yeastF)

### Soft clustering and visualisation
cl <- mfuzz(yeastF,c=20,m=1.25)
acore.list <- acore(yeastF,cl=cl,min.acore=0.7)
 }

Mfuzz

Soft clustering of time series gene expression data

v2.50.0
GPL-2
Authors
Matthias Futschik <matthias.futschik@sysbiolab.eu>
Initial release
2016-10-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.