getGCDs {crso}R Documentation

Get Generalized Core Duos

Description

Get Generalized Core Duos

Usage

getGCDs(list.subset.cores)

Arguments

list.subset.cores

list of subset cores

Examples

list.subset.cores <- list(c("A.B.C","D.E","A.D"),c("A.C","B.C.D","D.E"),
c("A.B.C","D.E"),c("A.B.C","D.E","B.C.D"))
getGCDs(list.subset.cores) # Confidence column should be 100, 100, 100, 75, 50, 25, 25

[Package crso version 0.1.1 Index]