Package: biclique
Title: Maximal Biclique Enumeration in Bipartite Graphs
Version: 1.0.2
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 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: 2019-03-30 04:30:38 UTC; yupinglu
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: 2019-04-07 08:32:40 UTC
