All the functions in a BioC package
1
0
Entering edit mode
Khan, Sohail ▴ 490
@khan-sohail-1137
Last seen 9.7 years ago
Dear List, Excuse me, for asking such a fundamental question. How can I find what functions are available in a BioC package? Thanks Sohail Khan Scientific Programmer COLD SPRING HARBOR LABORATORY Genome Research Center 500 Sunnyside Boulevard Woodbury, NY 11797 (516)422-4076
• 539 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 4 days ago
United States
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
ADD COMMENT
0
Entering edit mode
James W. MacDonald wrote: > 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. Well, not quite *all* the functions. If the package has a namespace, then you won't be able to see the functions that are sealed in the namespace using ls(). There may be a way to spit out all the functions from within R including those in the namespace, but I don't know how. The only way I know to get everything is to get the source package and troll through the files in the packagename/R directory. Jim -- 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
ADD REPLY

Login before adding your answer.

Traffic: 266 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6