Open Seven595 opened 1 month 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
Please review the Bioconductor guidelines . You should not have the results of R CMD build or R CMD check committed to your repo nor ADM.Rproj. Bioconductor also requires a vignette and you will need to show interaction with existing Bioconductor class object. In your vignette it will also be necessary to show a comparison to existing methods in Bioconductor and how the ones in your package are novel as there are many packages that implement UMAP, t-SNE and PCA already.
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]'
[ x] I understand that by submitting my package to Bioconductor, the package source and all review commentary are visible to the general public.
[x ] I have read the Bioconductor Package Submission instructions. My package is consistent with the Bioconductor Package Guidelines.
[x ] I understand Bioconductor Package Naming Policy and acknowledge Bioconductor may retain use of package name.
[ x] I understand that a minimum requirement for package acceptance is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS. Passing these checks does not result in automatic acceptance. The package will then undergo a formal review and recommendations for acceptance regarding other Bioconductor standards will be addressed.
[x ] My package addresses statistical or bioinformatic issues related to the analysis and comprehension of high throughput genomic data.
[x ] I am committed to the long-term maintenance of my package. This includes monitoring the support site for issues that users may have, subscribing to the bioc-devel mailing list to stay aware of developments in the Bioconductor community, responding promptly to requests for updates from the Core team in response to changes in R or underlying software.
[x ] I am familiar with the Bioconductor code of conduct and agree to abide by it.
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.