Learn R Programming

crso (version 0.1.1)

getGCEs: Get Generalized Core Events

Description

Get Generalized Core Events

Usage

getGCEs(list.subset.cores)

Arguments

list.subset.cores

list of subset cores

Examples

Run this code
# NOT RUN {
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"))
getGCEs(list.subset.cores) # Confidence column should be 100, 100, 100, 100, 100
# }

Run the code above in your browser using DataLab