Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(inactive) NOMAD #336

Closed
carlmurie opened this issue Mar 30, 2017 · 8 comments
Closed

(inactive) NOMAD #336

carlmurie opened this issue Mar 30, 2017 · 8 comments
Assignees
Labels
3b. declined not appropriate for Bioconductor ERROR

Comments

@carlmurie
Copy link

carlmurie commented Mar 30, 2017

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 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.

I am familiar with the essential aspects of Bioconductor software
management, including:

  • [ x] The 'devel' branch for new packages and features.
  • [ x] The stable 'release' branch, made available every six
    months, for bug fixes.
  • [ x] Bioconductor version control using Subversion
    (optionally via GitHub).

For help with submitting your package, please subscribe and post questions
to the bioc-devel mailing list.

@bioc-issue-bot
Copy link
Collaborator

Hi @carlmurie

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: NOMAD
Type: Package
Title: Normalization of Mass Spectrometry Data
Version: 0.99.0
Date: 2015-01-15
Author: Carl Murie
Maintainer: Carl Murie <cmurie@fredhutch.org>
Description: The NOMAD R package that implements an ANOVA normalization method designed for iTRAQ mass spectrometry data in a computationally efficient manner.
NeedsCompilation: no
Depends: 
    R (>= 3.3.3), 
    dplR, 
    stringr, 
    graphics, 
    stats
LazyLoad: true
License: GPL (>=2)
biocViews: Normalization, Proteomics, MassSpectrometry 
RoxygenNote: 6.0.1

@bioc-issue-bot
Copy link
Collaborator

Your package has been approved for building. Your package is
now submitted to our queue.

IMPORTANT: Please read the instructions for setting
up a push hook on your repository, or further changes to your
repository will NOT trigger a new build.

@bioc-issue-bot bioc-issue-bot added 2. review in progress assign a reviewer and a more thorough review of package code and documentation taking place and removed 1. awaiting moderation labels Mar 30, 2017
@bioc-issue-bot
Copy link
Collaborator

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: "skipped, 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 following build report for more details:

http://bioconductor.org/spb_reports/NOMAD_buildreport_20170330173142.html

@mtmorgan
Copy link
Contributor

@LiNk-NY will review this package, but it's surprising that it makes no use of other Bioconductor packages or best practices.

It seems like your data is frequently a data.frame (confusingly described as a \code{vector} and 'matrix' in the documentation) with specific columns. Rather than checking for this repeatedly, it makes much more sense to create an S4 class and validity method that ensures, in one place so guaranteeing consistency, that the data is correctly formatted.

A big part of Bioconductor is interoperability with other software packages with similar functionality. Often this is enhanced by using data representations defined in other packages. So maybe you don't need to re-invent a class, but instead can identify other packages that define similar representations and re-use them.

@LiNk-NY
Copy link

LiNk-NY commented Apr 4, 2017

Hi @carlmurie,
Any thoughts about moving forward with the comment above?

Regards,
Marcel

@carlmurie
Copy link
Author

carlmurie commented Apr 4, 2017 via email

@LiNk-NY
Copy link

LiNk-NY commented Apr 10, 2017

Hi Carl, @carlmurie

Yes, you can use an S4 class to represent your data and include validity checks. You should also look at what is available in Bioconductor for this type of data and reuse existing software.

Interoperability is a major factor in our review process and we want to ensure that your package is working well with the Bioconductor infrastructure before the review process.
Otherwise, we'd be reviewing all non-Bioconductor packages submitted. Thank you.

Regards,
Marcel

@LiNk-NY LiNk-NY closed this as completed Jun 1, 2017
@LiNk-NY
Copy link

LiNk-NY commented Jun 1, 2017

Your issue has been closed due to inactivity. To submit your revised package to Bioconductor, please create another issue. Thank you.
-Marcel

@LiNk-NY LiNk-NY added 3b. declined not appropriate for Bioconductor and removed 2. review in progress assign a reviewer and a more thorough review of package code and documentation taking place labels Jun 19, 2017
@bioc-issue-bot bioc-issue-bot changed the title NOMAD (inactive) NOMAD Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3b. declined not appropriate for Bioconductor ERROR
Projects
None yet
Development

No branches or pull requests

4 participants