Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

CrossICC #1159

Closed bioinformatist closed 4 years ago

bioinformatist commented 5 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 5 years ago

Hi @bioinformatist

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: CrossICC
Type: Package
Title: An Iteractive Consensus Clustering Framework for Multi-platform Data Analysis
Version: 0.1.0
Description: Unsupervised clustering of high-throughput molecular profiling data is widely adopted for discovering cancer subtypes. However, cancer subtypes derived from a single dataset are not usually applicable across multiple datasets from different platforms. We previously published an iterative clustering algorithm to address the issue (see this paper), but its use was hampered due to lack of implementation. In this work, we presented CrossICC that was an R package implementation of this method. Moreover, many new features were added to improve the performance of the algorithm. Briefly, CrossICC utilizes an iterative strategy to derive the optimal gene set and cluster number from consensus similarity matrix generated by consensus clustering. CrossICC is able to deal with multiple cross platform datasets so that requires no between-dataset normalizations. This package also provides abundant functions to help users visualize the identified subtypes and evaluate the subtyping performance. Specially, many cancer-related analysis methods are embedded to facilitate the clinical translation of the identified cancer subtypes.
Authors@R: as.person(c(
    "Yu Sun <sun_yu@mail.nankai.edu.cn> [aut, cre]", 
    "Qi Zhao <zhaoqi@sysucc.org.cn> [aut]"
  ))
License: file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: rmarkdown, testthat, knitr
RoxygenNote: 6.1.1
Imports: data.table,
    methods,
    ConsensusClusterPlus,
    limma,
    MergeMaid,
    cluster,
    pheatmap,
    shiny,
    RColorBrewer,
    ggplot2,
    shinydashboard,
    shinyWidgets,
    shinycssloaders,
    DT,
    ggthemes,
    dplyr,
    tibble
Depends: R (>= 2.10),
    MASS,
    Biobase
biocViews: Software
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
mtmorgan commented 5 years ago

Before your package can be reviewed, it must satisfy the Bioconductor vignette guidelines. Please update your package and add a comment here when it satisfies this and all other Bioconductor guidelines.

bioinformatist commented 5 years ago

@mtmorgan Hi, we finished the vignette and it seems all guidelines have been satisfied. Could you help us for further review? Thank you in advance.

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

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

0480369 version bumped

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

Liubuntu commented 5 years ago

Hi @bioinformatist ,

Please check this webpage for how to develop Bioconductor packages: https://bioconductor.org/developers/package-guidelines/

Please open the build report here and address all the ERRORS, WARNINGS, NOTES as appropriate. Most of the messages are clear to follow. Let me know if you have any specific questions concerning that.

For the vignette @mtmorgan has mentioned, you should at least add the Installation section in the beginning (maybe after Introduction)and sessionInfo() section in the end. And If appropriate, we strongly encourage a table of contents. Look at this example for reference.

Please (try to) make single fix each time and commit with specific message. Remember to bump version when you feel some error/warnings are fixed so the building machine could catch all your commits with that version bump. Comment back here if you have any questions.

Best, Qian

bioc-issue-bot commented 5 years ago

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

c574ed4 bump version to 0.99.0 and R version need higher t... 07e63dc import dplyr::count c9f7540 add details categories 9581032 fix person metadata c80509f fix vig title; add installation section

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

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

bioc-issue-bot commented 5 years ago

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

1630a06 change use.shiny to false becd1d9 bump version to 0.99.1

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

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

3b1d24f remove redundant exports 30e647c fix Rds and bump version

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

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

280b44e update example of CrossICC and input; use external... 3c979b3 update examples 1179521 Merge branch 'master' of github.com:bioinformatist... bfa573d v 0.99.3

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

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

692caf0 update Rds bfe052d v0.99.4

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

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

aa901c8 Turn off shiny again ab10ddc v0.99.5

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

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

45e1205 change all donttest function to 'to be tested' sta... 810f2fe NEVER USE mergemaid!!! 7fddc39 v0.99.6

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

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

36f288c update Rds cbfd46f v0.99.7

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

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

f693990 v0.99.8 2260135 update CrossICCInput example code

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

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

0711f20 Label ssGSEA examples as donttest; some non-used c...

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

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

4390d32 v0.99.10

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

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

b47027c update man page for ssGSEA 18793b6 assign value of summaryCrossICC() to a variable; r... afbce29 Merge branch 'master' of github.com:bioinformatist... 645afd7 v0.99.11

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

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

3e56825 add ggalluvial for shiny 86d2e56 do not need this one any more fc9a2b6 fix ssGSEA problem 316a1c9 back to previous wd after main function finish f4c9649 add shiny usage 69281c6 remove shiny calling function 3736ff2 v0.99.12

bioc-issue-bot commented 5 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: "ABNORMAL". 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.

bioinformatist commented 5 years ago

@Liubuntu Dear Qian, Our package seems can pass all check with no error and only few warning and notes. Could you help me for next step? Thank you in advance.

Yours, Sun

bioc-issue-bot commented 5 years ago

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

92acbfc move MASS back to Depends 5c7e776 fix biocViews typo mistake 75b355f fix T/F problem afcc808 add ssGSEA and predictor function examples to vig 163ba0a use is instead of == 18a5823 update man pages c23aef7 v0.99.13

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

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

62d26de v0.99.14

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

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

b3c0ab0 back to R 3.6; fix import is from methods; v0.99.1...

bioc-issue-bot commented 5 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: "ABNORMAL". 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.

bioinformatist commented 5 years ago

@mtmorgan @Liubuntu Also no warnings now 😄 Could you tell me what should I do next?

mtmorgan commented 5 years ago

wait for your reviewer to review the package.

bioc-issue-bot commented 5 years ago

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

81351aa downgrade R depends to 3.5, for MRO only satisfy u... 7008367 update ssGSEA related a2dba82 v0.99.16

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

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

046ae86 do not remove features with no variance when call ... a7d867b v0.99.17

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

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

342ff33 can use kmeans for supercluster now 7ecb125 update ssGSEA man page bbf1109 v0.99.18