Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

RUCova #3620

Open astaburuaga-garcia opened 12 hours ago

astaburuaga-garcia commented 12 hours 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 hours ago

Hi @astaburuaga-garcia

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: RUCova
Title: Removes unwanted covariance from mass cytometry data 
Version: 0.99.0
Authors@R: person("Rosario", "Astaburuaga-García", , "rosario.astaburuaga@charite.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1179-4080"))
Description: Mass cytometry data is high dimensional and contains unwanted covariance induced by variations in cell size, staining and other technical artefacts. This package uses a set of linear models to model and remove unwanted covariance from this data.   
License: use_gpl3_license()
Encoding: UTF-8
biocViews: Software, SingleCell
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests: 
    knitr,
    rmarkdown,
    BiocManager
Imports:
    dplyr,
    tidyr,
    fastDummies,
    ggcorrplot,
    ggh4x,
    ggplot2,
    ggpubr,
    ggridges,
    stringr,
    tibble,
    Matrix,
    ComplexHeatmap,
    grid,
    remotes,
    circlize,
VignetteBuilder: knitr
Depends: 
    R (>= 2.10)
LazyData: true