Package: mappeR
Type: Package
Title: Construct and Visualize TDA Mapper Graphs
Description: Topological data analysis (TDA) is a method of data analysis that 
  uses techniques from topology to analyze high-dimensional data. Here we
  implement Mapper, an algorithm from this area developed by Singh, Mémoli and 
  Carlsson (2007) which generalizes the concept of a 
  Reeb graph <https://en.wikipedia.org/wiki/Reeb_graph>. The output graph is 
  able to be visualized in R using 'igraph' or using a free network analysis 
  software called 'Cytoscape', available for download from at 
  <https://cytoscape.org/>.
Authors@R: person("George", "Clare Kennedy", email = "george-clarekennedy@uiowa.edu",
  role = c("aut", "cre"))
License: MIT + file LICENSE
URL: https://github.com/Uiowa-Applied-Topology/mappeR
BugReports: https://github.com/Uiowa-Applied-Topology/mappeR/issues
Version: 0.1.5
Encoding: UTF-8
biocViews:
Imports: fastcluster, grDevices, igraph, RCy3, stats, utils
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-10-04 16:15:01 UTC; georg
Author: George Clare Kennedy [aut, cre]
Maintainer: George Clare Kennedy <george-clarekennedy@uiowa.edu>
Repository: CRAN
Date/Publication: 2024-10-04 16:40:02 UTC
