Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

ROCpAI #1342

Closed juanpegarcia closed 4 years ago

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

bioc-issue-bot commented 4 years ago

Hi @juanpegarcia

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: ROCpAI
Type: Package
Title: ROC Partial Area Indexes for evaluating classifiers
Version:  0.99.0
Author: c(
    person("Manuel", "Franco", email = "mfranco@um.es", role = "aut"),
    person("Juana-María", "Vivo", email = "jmvivomo@um.es", role = "aut"),
    person("Juan-Pedro", "García", email = "juanpedro.garcia4@um.es", role = "aut")
    )
BugReports: https://github.com/juanpegarcia/ROCpAI/tree/master/issues
Maintainer: Juan Pedro García Ortiz <juanpedro.garcia4@um.es>
Description: The package analyzes the Curve ROC, identificates it among different types of Curve ROC and calculates the area under de curve through the method that is most accuracy. More about what it does (maybe more than one line)
License: GPL-3
Encoding: UTF-8
LazyData: FALSE
Depends: boot, SummarizedExperiment, bibtex, fission
import: boot, SummarizedExperiment, bibtex, fission
biocViews: Software, StatisticalMethod, Classification
RoxygenNote: 7.0.0
VignetteBuilder: knitr
Suggests: BiocStyle, knitr, rmarkdown
mtmorgan commented 4 years ago

This looks like a very general purpose package that might be better suited to CRAN?

mtmorgan commented 4 years ago

@juanpegarcia will you submit this to CRAN instead? If so please close this issue.

juanpegarcia commented 4 years ago

Sorry for the late answer. But we think that is better suited for Bioconductor. We development this package after seeing that, when working with data gene expression arrays, there were cases we couldn't analysed. These cases are frequent when working with biologic data. So this package is interesting for investigators and bioinformaticians. Moreover, high-throughput data generation techniques have led to the flood of gene expression arrays, protein mass spectrometry and so on, which have become an important challenge for lifescience researchers. This package allows one to simultaneously evaluate and compare thousands of potential biomarkers. This is what that plays an important role in biomarker discovery, ranking classifiers to identifying informative genes or proteins based on differential expression. It's due to this that we development the package with Bioconductor's type data like "SummarizedExperiment". It maybe could be used in other fields but we are sure that it will be used in life science investigations. Finally I wanted to add that I am a bioinformatics and this is part of my master thesis in bioinformatics.

bioc-issue-bot commented 4 years ago

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

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 commented 4 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: "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 build report for more details.

mtmorgan commented 4 years ago

NOTE: comments are made about specific lines of code, but code should be updated throughout the pacakge.

DESCRIPTION

vignettes

R

mtmorgan commented 4 years ago

Please post a comment here indicating when you hope to have a response available.

juanpegarcia commented 4 years ago

Thanks for waiting. I think that the February 23th everything should be fixed. However I'll try to do it sooner

juanpegarcia commented 4 years ago

The package is ready

lshep commented 4 years ago

Please make sure your webhook is initialized and do a version bump in your package DESCRIPTION to receive a new build report that reflects your changes.

bioc-issue-bot commented 4 years ago

Received a valid push; starting a build. Commits are:

29f7acd Update DESCRIPTION

bioc-issue-bot commented 4 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.

bioc-issue-bot commented 4 years ago

Received a valid push; starting a build. Commits are:

043109a Update DESCRIPTION

bioc-issue-bot commented 4 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: "skipped, ERROR, WARNINGS". 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.

bioc-issue-bot commented 4 years ago

Received a valid push; starting a build. Commits are:

26892a1 Update DESCRIPTION

bioc-issue-bot commented 4 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: "WARNINGS, 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.

bioc-issue-bot commented 4 years ago

Received a valid push; starting a build. Commits are:

72cb559 Update DESCRIPTION

bioc-issue-bot commented 4 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.

mtmorgan commented 4 years ago

Please remove the files .RData and .Rpoj.user from your git repository. Please rename the folder Vignettes to 'vignettes' (lower-case). Please remove Vignettes/vignettes.html.

Please briefly summarize the changes you made to your package in response to the earlier comments.

bioc-issue-bot commented 4 years ago

Received a valid push; starting a build. Commits are:

7c0d58f 0.99.5 Changes in the description files to make e...

bioc-issue-bot commented 4 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.

juanpegarcia commented 4 years ago

@mtmorgan I have done the solicited changes

bioc-issue-bot commented 4 years ago

Your package has been accepted. It will be added to the Bioconductor Git repository and nightly builds. Additional information will be posed to this issue in the next several days.

Thank you for contributing to Bioconductor!

mtmorgan commented 4 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/juanpegarcia.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("ROCpAI"). The package 'landing page' will be created at

https://bioconductor.org/packages/ROCpAI

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.