Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

puma #1088

Closed PUGEA closed 5 years ago

PUGEA 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 @PUGEA

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: puma
Type: Package
Title: Propagating Uncertainty in Microarray Analysis(including
        Affymetrix tranditional 3' arrays and exon arrays and Human
        Transcriptome Array 2.0)
Version: 3.26.0
Date: 2015-7-29
Author: Richard D. Pearson, Xuejun Liu, Magnus Rattray, Marta Milo, Neil D.
    Lawrence, Guido Sanguinetti, Li Zhang
Maintainer: Xuejun Liu <xuejun.liu@nuaa.edu.cn>
Depends: R (>= 3.2.0), oligo (>= 1.32.0),graphics,grDevices, methods,
        stats, utils, mclust, oligoClasses
Imports: Biobase (>= 2.5.5), affy (>= 1.46.0), affyio, annotate
Suggests: pumadata, affydata, snow, limma, ROCR 
Description: Most analyses of Affymetrix GeneChip data (including tranditional 3' arrays and exon arrays and Human Transcriptome Array 2.0) are based on point estimates of expression levels and ignore the uncertainty of such estimates. By propagating uncertainty to downstream analyses we can improve results from microarray analyses. For the first time, the puma package makes a suite of uncertainty propagation methods available to a general audience. In additon to calculte gene expression from Affymetrix 3' arrays, puma also provides methods to process exon arrays and produces gene and isoform expression for alternative splicing study. puma also offers improvements in terms of scope and speed of execution over previously available uncertainty propagation methods. Included are summarisation, differential expression detection, clustering and PCA methods, together with useful plotting functions.
License: LGPL
biocViews: Microarray, OneChannel, Preprocessing,
        DifferentialExpression, Clustering, ExonArray, GeneExpression,
        mRNAMicroarray, ChipOnChip, AlternativeSplicing,
        DifferentialSplicing, Bayesian, TwoChannel, DataImport, HTA2.0
URL: http://umber.sbs.man.ac.uk/resources/puma
Packaged: 2019-4-10 22:57:42 UTC; biocbuild
NeedsCompilation: yes
git_url: https://git.bioconductor.org/packages/puma
git_branch: RELEASE_3_8
git_last_commit: aeac592
git_last_commit_date: 2019-4-10
Date/Publication: 2019-4-10
lshep commented 5 years ago

There is already a Bioconductor package entitled puma. Are you trying to update your existing package? This is not the place to do that; This is for new packages only To update an existing Bioconductor package you should follow the procedures in the appropriate git help page: http://bioconductor.org/developers/how-to/git/

PUGEA commented 5 years ago

There is already a Bioconductor package entitled puma. Are you trying to update your existing package? This is not the place to do that; This is for new packages only To update an existing Bioconductor package you should follow the procedures in the appropriate git help page: http://bioconductor.org/developers/how-to/git/

Thanks, I have got it.