Package: FinfoMDS
Type: Package
Title: Multidimensional Scaling with F-ratio for microbiome visualization
Version: 1.1.0
Authors@R: c(
    person(given = "Soobin", family = "Kim", role = c("aut", "cre"),
           email = "soob.kim00@gmail.com"),
    person(given = "Hyungseok", family = "Kim", role = "aut",
           email = "hskim0000@gmail.com"))
Description: F-informed MDS is a new multidimensional scaling-based ordination 
    method that configures data distribution based on the F-statistic (i.e., the 
    ratio of dispersion between groups with shared or differing labels). 
License: GPL-3
Encoding: UTF-8
Suggests: 
    testthat (>= 3.0.0),
    knitr,
    rmarkdown,
    BiocStyle
VignetteBuilder: knitr
biocViews: 
    DimensionReduction,
    MultidimensionalScaling,
    Visualization,
    Microbiome
URL: https://github.com/soob-kim/FinfoMDS
BugReports: https://github.com/soob-kim/FinfoMDS/issues
RoxygenNote: 7.3.2
Imports:
    phyloseq
Depends: 
    R (>= 4.4.0)
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/FinfoMDS
git_branch: devel
git_last_commit: a94fee5
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
