[BioC] how to build a new bioconductor software package

Steve Lianoglou mailinglist.honeypot at gmail.com
Thu Aug 19 18:26:25 CEST 2010


Hi Wayne,

On Thu, Aug 19, 2010 at 12:20 PM, wxu <wxu at msi.umn.edu> wrote:
> Hi community,
>
> Suppose I have an R script of a new method for microarray data analysis. How
> do I build a new bioconductor software package based on this script?
> I check the "Package Guidelines" and the "Package Submission" on the
> Bioconductor home page, but I still can not get it. Is there any more
> detailed document or instruction for this?

A bioconductor package isn't really any different than an R package
(except that bioc suggests/requires(?) you to use S4 OO, if you're
defining any of your on class at all).

So, take a look at some of the manuals for creating R packages:

* http://cran.r-project.org/doc/manuals/R-exts.pdf
* http://cran.r-project.org/doc/contrib/Leisch-CreatingPackages.pdf

Hope that helps,
-steve

-- 
Steve Lianoglou
Graduate Student: Computational Systems Biology
 | Memorial Sloan-Kettering Cancer Center
 | Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact



More information about the Bioconductor mailing list