Package: MSTree
Title: MSTree plotting minimum spanning tree directly from the output
        of ChewBBACA pipeline
Version: 0.99.5
Authors@R: 
    person("Abdullah", "El-Kurdi", , "ak161@aub.edu.lb", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-8321-4025"))
Description: This package is used to generate a graph object from the output of chewBBACA pipeline (https://chewbbaca.readthedocs.io/en/latest/). Then, the generated graph object can be used to make a minimum spanning tree (MST). The minimum spanning tree can be customized using all the available arguments. This package consists of two functions: one to build the graph and another one for plotting.
License: Artistic-2.0
Imports: igraph, ggraph, ggplot2, utils, methods, NetPathMiner
Suggests: RUnit, BiocGenerics, BiocStyle, knitr, rmarkdown
biocViews: ComparativeGenomics, GenomicVariation, Clustering
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-11 13:30:36 UTC; pkgbuild
Author: Abdullah El-Kurdi [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8321-4025>)
Maintainer: Abdullah El-Kurdi <ak161@aub.edu.lb>
