Package: biclique
Title: Maximal Biclique Enumeration in Bipartite Graphs
Version: 1.0.1
Authors@R: c(
    person("Yuping", "Lu", , "yupinglu@utk.edu", role = c("aut", "cre")),
    person("Charles", "Phillips", role = "aut"),
    person("Michael", "Langston", role = "aut")
    )
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 Zhang et al. BMC Bioinformatics 2014 15:110 <doi:10.1186/1471-2105-15-110>.
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: 6.0.1
NeedsCompilation: yes
Packaged: 2017-05-06 03:55:23 UTC; yupinglu
Author: Yuping Lu [aut, cre],
  Charles Phillips [aut],
  Michael Langston [aut]
Maintainer: Yuping Lu <yupinglu@utk.edu>
Repository: CRAN
Date/Publication: 2017-05-07 06:06:32 UTC
