Res: An example result of our own method.

Description Usage Format Details See Also Examples

Description

CEPICS allows users to upload their own subtyping results so that it is very convenient for researchers to evaluate and compare their own methods to the state-of-the-art ones. "Res" is an example result of our own method which is a list with following elements:

Usage

1

Format

An object of class list of length 3.

Details

Res dataset can be only used in funtion CEPICS.

See Also

CEPICS

Examples

1
2
3
4
5
6
7
8
data(Res)

#we get the similarity matrix by following code:
data("COAD_miRNA")
sim=dist(t(COAD_miRNA))
sim=as.matrix(1/sim)
sim=sim/max(sim)
sim=sim+diag(1,nrow(sim),ncol(sim))

GaoLabXDU/CEPICS documentation built on June 9, 2020, 2:31 a.m.