Bioconductor / Contributions

Contribute Packages to Bioconductor
130 stars 33 forks source link

SpatialDeX #3422

Open lchengy1024 opened 2 weeks ago

lchengy1024 commented 2 weeks 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 weeks ago

Hi @lchengy1024

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: SpatialDeX
Type: Package
Title: What the Package Does (Title Case)
Version: 0.99.0
Authors@R: c(
    person("Xinyi", "Liu", email = "Xinyiliu@uic.edu",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-5716-8264")))
Maintainer: Xinyi Liu <xinyiliu@uic.edu>
Description: The rapid development of spatial transcriptomics (ST) technologies has
    enabled transcriptome-wide profiling of gene expression in tissue sections. 
    Despite the emergence of single-cell resolution platforms, most ST 
    sequencing studies still operate at the multi-cell resolution. Consequently,
    deconvolution of cell identities within the spatial spots has become 
    imperative for characterizing cell type-specific spatial organization.  
    To this end, we introduce SpatialDeX, a regression model-based method for
    estimating cell type proportions in tumor ST spots.  SpatialDeX exhibited
    comparable performance to reference-based methods and outperformed other
    reference-free methods with simulated ST data. Using experimental ST data,
    SpatialDeX demonstrated superior performance compared with both 
    reference-based and reference-free approaches. 
License: GPL-2
Encoding: UTF-8
LazyData: false
Imports:
  dplyr,
  GSVA,
  copykat
RoxygenNote: 7.3.1
Data: extdata/cyclegenes.RData extdata/DNA.hg20.RData extdata/full.anno.RData
biocViews: Spatial, Transcriptomics, Software
URL: https://github.com/wang-lab/SpatialDeX/
BugReports: https://github.com/wang-lab/SpatialDeX/issues
VignetteEngine: knitr::rmarkdown
VignetteBuilder: knitr
Suggests: knitr, rmarkdown
Depends: 
    R (>= 2.10)
vjcitn commented 2 weeks ago

Thanks for this submission!

Title: What the Package Does (Title Case) should not be used as the Title field in DESCRIPTION

The Import of copykat may be problematic because the package is not in CRAN or bioconductor. See the last clause of section 1.1 at https://contributions.bioconductor.org/bioconductor-package-submissions.html ... you may wish to encourage the copykat developer to contribute the package to CRAN or Bioconductor, or remove the role of copykat from your package.

lshep commented 1 week ago

General

License

inst