R/package-biclique.R

#'  biclique package.
#'
#' @name biclique
#'
#' @useDynLib biclique, .registration = TRUE
#'
#' @docType package
#' @title Maximal Biclique Enumeration in Bipartite Graphs
#'
#' @description A tool for enumerating maximal complete bipartite graphs. The input should be a edge list file or a binary matrix file. The output are maximal complete bipartite graphs. Algorithms used can be found in this paper Y. Lu et al. BMC Res Notes 13, 88 (2020) <doi:10.1186/s13104-020-04955-0>.
#'
#' @author Yuping Lu, Charles Phillips, Michael Langston
#' @keywords biclique
NULL

Try the biclique package in your browser

Any scripts or data that you put into this service are public.

biclique documentation built on March 13, 2020, 2:01 a.m.