[BioC] All the functions in a BioC package

James W. MacDonald jmacdon at med.umich.edu
Tue Feb 28 21:58:01 CET 2006


Khan, Sohail wrote:
> Dear List,
> 
> Excuse me, for asking such a fundamental question.  How can I find what functions are available in a BioC package?

Either
help(package = "packagename")
-or-
help.start()

for user visible functions,

-or-

library(packagename)
ls("package:packagename")

to see all functions.

HTH,

Jim


> Thanks
> 
> 
> 
> Sohail Khan
> Scientific Programmer
> COLD SPRING HARBOR LABORATORY
> Genome Research Center
> 500 Sunnyside Boulevard
> Woodbury, NY 11797
> (516)422-4076
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor


-- 
James W. MacDonald, M.S.
Biostatistician
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623



More information about the Bioconductor mailing list