Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

ADM #3589

Open Seven595 opened 2 days ago

Seven595 commented 2 days ago

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

For questions/help about the submission process, including questions about the output of the automatic reports generated by the SPB (Single Package Builder), please use the #package-submission channel of our Community Slack. Follow the link on the home page of the Bioconductor website to sign up.

bioc-issue-bot commented 2 days ago

Hi @Seven595

Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.

The DESCRIPTION file for this package is:

Package: ADM
Title: Advanced Distance Measurement for High-Dimensional Data Analysis
Version: 0.99.0
Authors@R: 
    person("Junning", "Feng", email = "jnfeng3522@gmail.com", role = c("aut", "cre"))
Description: ADM provides a suite of advanced distance measurement methods for high-dimensional data analysis. The package implements various dimensionality reduction and visualization techniques, including UMAP, t-SNE, and PCA, along with tools for evaluating the performance of these methods. Additionally, ADM includes functions for calculating inter-group similarities and custom ggplot2 themes for data visualization.
License: Artistic-2.0
Encoding: UTF-8
LazyData: false
Depends: R (>= 4.3.0)
Imports:
    stats,
    MASS,
    rARPACK,
    utils,
    grDevices,
    graphics,
    methods,
    phateR,
    ggplot2,
    mclust,
    cluster,
    magrittr,
    tidyr,
    dplyr,
    ggrepel,
    BiocParallel,
    uwot,
    aricode,
    DDoutlier,
    diffudist,
    fitdistrplus,
    igraph,
    Rtsne,
    dimRed
Suggests:
    knitr,
    rmarkdown,
    MixGHD,
    testthat (>= 3.0.0),
    RDRToolbox,
    class,
    dbscan,
    survival,
    umap
Config/testthat/edition: 3
VignetteBuilder: knitr
biocViews: Visualization, DimensionReduction, FeatureExtraction, Clustering
RoxygenNote: 7.3.2