cl_dat: The example of dycutdf output

Description Usage Format Examples

Description

The list of data frame which result of 'dycutdf.R', using "abscorrelation" as clustering methods. These of dataframe objects cutting of hieralchicalclustering.

Usage

1

Format

An object of list with 10 length.

Examples

1
2
3
4
5
6
7
data(cl_dat)
lapply(cl_dat, dim)
lapply(cl_dat, function(x){x[1:3,1:3]})

# search target genes conataining cluster ----
sct <- c("gene1", "gene2")
sapply(cl_dat, function(x)match(sct, names(x)))

shkonishi/cornet documentation built on May 30, 2019, 7:09 p.m.