Re: [Bioc-devel] I would like to publish a bioconductor package.

2013-03-04 Thread Marc Carlson
Hi Davide, Lots of good advice here. The main goal with two packages is to minimize dependencies for the experiment data package as this is presumed to be the less specialized package. Whenever you have a package ready please be sure to follow the follow the instructions on the link that He

Re: [Bioc-devel] I would like to publish a bioconductor package.

2013-03-04 Thread Kasper Daniel Hansen
This is a kind of a chicken and egg problem. If the data in the experimental data package is in base R containers (like just a matrix etc), it is pretty clear: the data package does not depend on anything and the methods package either suggests or depends on the data package. However, in most cas

Re: [Bioc-devel] I would like to publish a bioconductor package.

2013-03-04 Thread Davide Rambaldi
> You can solve the package size issue by putting your example data in a > separate "experiment data" package > (http://www.bioconductor.org/packages/release/data/experiment/). > > Stephanie I fixed the package size issue with a secondary experiment data package (flowFitExampleData) It is n

Re: [Bioc-devel] I would like to publish a bioconductor package.

2013-02-27 Thread Hervé Pagès
Hi Davide, Please refer to this page for how to submit your package: http://bioconductor.org/developers/package-submission/ Thanks, H. http://www.bioconductor.org/developers/package-submission/ On 02/27/2013 08:25 AM, Stephanie M. Gogarten wrote: You can solve the package size issue by pu

Re: [Bioc-devel] I would like to publish a bioconductor package.

2013-02-27 Thread Stephanie M. Gogarten
You can solve the package size issue by putting your example data in a separate "experiment data" package (http://www.bioconductor.org/packages/release/data/experiment/). Stephanie On 2/27/13 3:03 AM, Davide Rambaldi wrote: Hi all, I am working on a library called flowFit, the purpose of thi

Re: [Bioc-devel] I would like to publish a bioconductor package.

2013-02-27 Thread Davide Rambaldi
Sorry have renamed some variables in the example. The correct example is: library(flowFit) parent <- parentFitting(QuahAndParish[[1]], "") fitting <- proliferationFitting(QuahAndParish[[2]], "", parent@parentPeakPosition, parent@parentPeakSize) plot(fitting) On Feb 27, 2013, at 12:03 PM, D

[Bioc-devel] I would like to publish a bioconductor package.

2013-02-27 Thread Davide Rambaldi
Hi all, I am working on a library called flowFit, the purpose of this library is to analyze the FACS data coming from proliferation tracking dyes study. The library depends on the flowCore and flowViz bioconductor libraries and use minpack.lm (levenberg-marquadt algorithm) to fit a set of peak