clusterAnalysis: clusterAnalysis

Description Usage Arguments Value Examples

Description

Convenience method to access cluster analysis data from an EMSet.

Usage

1
2
3
4
5
6
7
8
9
clusterAnalysis(x, ...)

## S4 method for signature 'EMSet'
clusterAnalysis(x)

clusterAnalysis(x, ...) <- value

## S4 replacement method for signature 'EMSet'
clusterAnalysis(x) <- value

Arguments

x

EMSet

...

...

value

List to store in the clusterAnalysis slot

Value

List of cluster-related analyses

EMSet with values stored in clusterAnalysis slot

Examples

1
2
3
4
# Load analysed EMSet
em_set <- ascend::analyzed_set

cluster_analysis <- clusterAnalysis(em_set)

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.