Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

GDCRNATools #569

Closed Jialab-UCR closed 6 years ago

Jialab-UCR commented 6 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 6 years ago

Hi @Jialab-UCR

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: GDCRNATools
Title: GDCRNATools: an R/Bioconductor package for integrative analysis of lncRNA, mRNA, and miRNA data in GDC
Version: 0.99.0
Author: Ruidong Li,
    Han Qu,
    Shibo Wang,
    Julong Wei,
    Le Zhang,
    Jianming Lu,
    Zhenyu Jia
Maintainer: Ruidong Li <rli012@ucr.edu>,
    Han Qu <hqu002@ucr.edu>
Description: This is an easy-to-use package for downloading, organizing, and integrative analyzing RNA expression 
    data in GDC with an emphasis on deciphering the lncRNA-mRNA related ceRNA regulatory network in cancer. 
    Three databases of lncRNA-miRNA interactions including spongeScan, starBase, and miRcode, as well as three 
    databases of mRNA-miRNA interactions including miRTarBase, starBase, and miRcode are incorporated into the 
    package for ceRNAs network construction. limma, edgeR, and DESeq2 can be used to identify differentially 
    expressed genes/miRNAs. Functional enrichment analyses including GO, KEGG, and DO can be performed based on 
    the clusterProfiler and DO packages. Both univariate CoxPH and KM survival analyses of multiple genes can be 
    implemented in the package. Besides some routine visualization functions such as volcano plot, bar plot, and 
    KM plot, a few simply shiny apps are developed to facilitate visualization of results on a local webpage.
Depends: R (>= 3.3.0)
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
Imports: shiny,
    jsonlite,
    rjson,
    XML,
    limma,
    edgeR,
    DESeq2,
    clusterProfiler,
    DOSE,
    org.Hs.eg.db,
    biomaRt,
    survival,
    survminer,
    pathview,
    ggplot2,
    gplots,
    BiocParallel
Suggests: knitr,
    testthat
VignetteBuilder: knitr
biocViews: GeneExpression, DifferentialExpression, GeneRegulation, GeneTarget, 
    NetworkInference, Survival, Visualization, GeneSetEnrichment,
    NetworkEnrichment, Network, RNASeq, GO, KEGG
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-11-16 09:35:10 UTC; biocbuild
bioc-issue-bot commented 6 years ago

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.

mtmorgan commented 6 years ago

Seems like there are a lot of opportunities for synergy with GenomicDataCommons @seandavi

bioc-issue-bot commented 6 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". 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/GDCRNATools_buildreport_20171201205524.html

bioc-issue-bot commented 6 years ago

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

8ee5c62 version bump Updated R version dependency from 3....

bioc-issue-bot commented 6 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 following build report for more details:

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

mtmorgan commented 6 years ago

Please remember to increment the version of your package to trigger a new build; I'll review the package one no version bump is required.

bioc-issue-bot commented 6 years ago

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

f9b637e version bump

Jialab-UCR commented 6 years ago

@mtmorgan Hi Morgan, really appreciate your help. I have made a build. Thanks again~

bioc-issue-bot commented 6 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 following build report for more details:

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

bioc-issue-bot commented 6 years ago

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

103c7de version bump

bioc-issue-bot commented 6 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 following build report for more details:

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

bioc-issue-bot commented 6 years ago

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

19087f5 version bump

bioc-issue-bot commented 6 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 response

Error response

Error code 414.

Message: Request-URI Too Long.

Error code explanation: 414 = URI is too long.. ". 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/GDCRNATools_buildreport_20171217210546.html

bioc-issue-bot commented 6 years ago

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

be02ea5 Update DESCRIPTION

bioc-issue-bot commented 6 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 following build report for more details:

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

Jialab-UCR commented 6 years ago

@mtmorgan Hi Martin, is it ready for me to make revisions on the package? Thanks

mtmorgan commented 6 years ago

Sorry for the delay.

DESCRIPTION

Vignette

R

bioc-issue-bot commented 6 years ago

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

2778d08 Update DESCRIPTION

bioc-issue-bot commented 6 years ago

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

4adea79 Version bump

bioc-issue-bot commented 6 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 6 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 6 years ago

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

982de7b revision

bioc-issue-bot commented 6 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". 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 6 years ago

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

0d4ad7d Update DESCRIPTION

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

bioc-issue-bot commented 6 years ago

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

1b906f6 revision

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

bioc-issue-bot commented 6 years ago

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

59d2fb2 version bump

bioc-issue-bot commented 6 years ago

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

4410915 Update DESCRIPTION

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

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

Jialab-UCR commented 6 years ago

Hi @mtmorgan Thank you so much for your help on the improvement of the package. I have learned a lot. I have made some changes according to your suggestions:

Vignette

  1. The installation instructions have been updated to:

    source("https://bioconductor.org/biocLite.R")
    biocLite("GDCRNATools")
  2. The vignette has been re-designed. More chunks are changed to eval=TRUE . Only those require long time or cost large memory are kept eval=FALSE.

  3. Because the edges and nodes files exported by the exportNetwork function can be easily imported to Cytoscape, so I didn't use RCy3 for the network visualization. I do try it, but the output doesn't look good.

R

  1. Really appreciate your suggestions of using GenomicDataCommons package, which is an excellent package for accessing GDC data. I have modified the gdcRNADownload and gdcClinicalDownload functions in my package to use the API method in GenomicDataCommons as default method for data download.

  2. All cat() are replaced with message()

  3. All sapply() are replaced with vapply(), and 1:n are replaced with seq_len(n)

  4. Multiples of 4 spaces are used for line indents. Long lines are shortened to < 80 characters.

Again, thanks a lot for your help.

Best, Ruidong

bioc-issue-bot commented 6 years ago

Your package has been accepted. It will be added to the Bioconductor Git repository and nightly builds. Additional information will be sent to the maintainer email address in the next several days.

Thank you for contributing to Bioconductor!

mtmorgan commented 6 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/Jialab-UCR.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 biocLite(\"GDCRNATools\"). The package 'landing page' will be created at

https://bioconductor.org/packages/GDCRNATools

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.