Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

sechm (moved) #2057

Closed plger closed 3 years ago

plger commented 3 years ago

The functions included in this package were moved from the SEtools package (and will be afterwards removed from there), so as to increase granularity and reduce dependencies, as suggested by @hpages


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 help with submitting your package, please subscribe and post questions to the bioc-devel mailing list.

bioc-issue-bot commented 3 years ago

Hi @plger

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: sechm
Type: Package
Title: sechm: Complex Heatmaps from a SummarizedExperiment
Version: 0.99.2
Depends: R (>= 4.1)
Authors@R: person("Pierre-Luc", "Germain", email="pierre-luc.germain@hest.ethz.ch", role=c("cre","aut"), comment=c(ORCID="0000-0003-3418-4218"))
Description:
    sechm provides a simple interface between SummarizedExperiment objects and the ComplexHeatmap package.
    It enables plotting annotated heatmaps from SE objects, with easy access to rowData and colData columns, 
    and implements a number of features to make the generation of heatmaps easier and more flexible.
    These functionalities used to be part of the SEtools package.
Imports:
    S4Vectors,
    SummarizedExperiment,
    seriation,
    ComplexHeatmap,
    circlize,
    methods,
    randomcoloR,
    stats,
    grid,
    grDevices
Suggests:
    BiocStyle,
    knitr,
    rmarkdown
biocViews: GeneExpression, Visualization
VignetteBuilder: knitr 
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
BugReports: https://github.com/plger/sechm
bioc-issue-bot commented 3 years ago

A reviewer has been assigned to your package. Learn what to expect during the review process.

IMPORTANT: Please read this documentation for setting up remotes to push to git.bioconductor.org. It is required to push a version bump to git.bioconductor.org to trigger a new build.

Bioconductor utilized your github ssh-keys for git.bioconductor.org access. To manage keys and future access you may want to active your Bioconductor Git Credentials Account

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR, skipped". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/sechm to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 3 years ago

Received a valid push on git.bioconductor.org; starting a build for commit id: 5d777b39c3f7d1e367854846206bfd5dcd17428c

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR, skipped". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/sechm to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 3 years ago

Received a valid push on git.bioconductor.org; starting a build for commit id: 6af557f8696c9c3dc06f73387bea1fd6b9af6d61

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/sechm to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

LiNk-NY commented 3 years ago

Hi Pierre-Luc, @plger Thank you for your submission. Please see the review below.

Best, Marcel


sechm #2057

DESCRIPTION

NAMESPACE

vignettes

R

tests

NEWS

bioc-issue-bot commented 3 years ago

Received a valid push on git.bioconductor.org; starting a build for commit id: 5e6387e73dace6bcf379d84f47c5437bd85c412d

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/sechm to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 3 years ago

Received a valid push on git.bioconductor.org; starting a build for commit id: 3f32218bf70350a99e872cb41d48146d102d850b

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

Congratulations! The package built without errors or warnings on all platforms.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/sechm to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

plger commented 3 years ago

Hi @LiNk-NY , thanks for the review and suggestions (neat idea with the package options!), I've included everything I think except i) unit tests, ii) I didn't reduce the arguments (while users typically need only a few of them, I've got many collaborators using the various functionalities regularly...)

LiNk-NY commented 3 years ago

Hi Pierre-Luc, @plger Please respond to the individual items in the review. It's helpful to see what has changed. Thank you. Best, Marcel

plger commented 3 years ago

Ok:

Vignette:

R:

tests:

news:

LiNk-NY commented 3 years ago

Hi Pierre-Luc, @plger

Thanks for making those changes. Perhaps a bit more detail in @param ses would help new users. Are these typically gene expression SummarizedExperiment s? The package looks good to go. Thank you for your submission.

Best, Marcel

vjcitn commented 3 years ago

The master branch of your GitHub repository has been added to Bioconductor's git repository.

To use the git.bioconductor.org repository, we need an 'ssh' key to associate with your github user name. If your GitHub account already has ssh public keys (https://github.com/plger.keys is not empty), then no further steps are required. Otherwise, do the following:

  1. Add an SSH key to your github account
  2. Submit your SSH key to Bioconductor

See further instructions at

https://bioconductor.org/developers/how-to/git/

for working with this repository. See especially

https://bioconductor.org/developers/how-to/git/new-package-workflow/ https://bioconductor.org/developers/how-to/git/sync-existing-repositories/

to keep your GitHub and Bioconductor repositories in sync.

Your package will be included in the next nigthly 'devel' build (check-out from git at about 6 pm Eastern; build completion around 2pm Eastern the next day) at

https://bioconductor.org/checkResults/

(Builds sometimes fail, so ensure that the date stamps on the main landing page are consistent with the addition of your package). Once the package builds successfully, you package will be available for download in the 'Devel' version of Bioconductor using BiocManager::install("sechm"). The package 'landing page' will be created at

https://bioconductor.org/packages/sechm

If you have any questions, please contact the bioc-devel mailing list (https://stat.ethz.ch/mailman/listinfo/bioc-devel); this issue will not be monitored further.