Package: biclique
Title: Maximal Biclique Enumeration in Bipartite Graphs
Version: 1.0.5
Authors@R: c(
    person("Yuping", "Lu", , "yupinglu89@gmail.com", role = c("aut", "cre", "cph")),
    person("Charles", "Phillips", role = "aut"),
    person("Michael", "Langston", role = "aut"),
    person("Department of Computer Science, University of Tennessee, Knoxville", role = "cph")
    )
Encoding: UTF-8
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>.
URL: https://github.com/YupingLu/biclique
BugReports: https://github.com/YupingLu/biclique/issues
Depends: R (>= 3.4.0)
Imports: graphics, utils
License: GPL-2 | file LICENSE
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: yes
Packaged: 2020-03-03 21:52:43 UTC; yuping
Author: Yuping Lu [aut, cre, cph],
  Charles Phillips [aut],
  Michael Langston [aut],
  Department of Computer Science, University of Tennessee, Knoxville
    [cph]
Maintainer: Yuping Lu <yupinglu89@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-03 23:10:07 UTC
