Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

inferCSN #3210

Closed mengxu98 closed 10 months ago

mengxu98 commented 12 months 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 12 months ago

Hi @mengxu98

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:

Type: Package
Package: inferCSN
Title: Inferring Cell-Specific Gene Regulatory Network
Version: 0.99.0
Date: 2023-10-5
Authors@R: 
    person("Meng", "Xu", , "mengxu98@qq.com", role = c("aut", "cre"),
 comment = c(ORCID = "0000-0002-8300-1054"))
Maintainer: Meng Xu <mengxu98@qq.com>
Description: A method for inferring cell-specific gene regulatory network
    from single-cell sequencing data.
biocViews: CellBiology, GeneExpression
License: MIT + file LICENSE
URL: https://mengxu98.github.io/inferCSN/
BugReports: https://github.com/mengxu98/inferCSN/issues
Depends: 
    R (>= 3.3.0)
Imports:
    cli,
    ComplexHeatmap,
    doParallel,
    dplyr,
    foreach,
    ggnetwork,
    ggplot2,
    ggraph,
    magrittr,
    Matrix,
    methods,
    parallel,
    patchwork,
    progress,
    purrr,
    Rcpp,
    stats,
    utils
Suggests: 
    circlize,
    cowplot,
    gtools,
    igraph,
    precrec,
    pROC,
    spelling,
    testthat (>= 3.0.0),
    tidygraph
LinkingTo: 
    Rcpp,
    RcppArmadillo
Config/Needs/website: mengxu98/mxtemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Language: en-US
lshep commented 10 months ago

You added this package to CRAN this past October. The package cannot be on both CRAN and Bioconductor.