clean_bicluster_list: Clean a list of biclusters, by returning only the valid ones,

clean_bicluster_listR Documentation

Clean a list of biclusters, by returning only the valid ones,

Description

Clean a list of biclusters, by returning only the valid ones,

Usage

clean_bicluster_list(bics)

Arguments

bics

A list of bicluster objects.

Value

A lis tof bicluster objects

Examples

b <- list(bicluster(row=c(1,2,3,4), column=c(1,2,3,4)),
        bicluster(row=c(3,4,5,6), column=c(3,4,5,6)))
clean_bicluster_list(b)


tdrose/mosbi documentation built on May 4, 2022, 3:22 p.m.