Skip to content

install "multtest" and "preprocessCore" packages in Bioconductor library

3 messages · UyenThao Nguyen, Dan Tenenbaum

#
Hi Nguyen,
You don't specify what commands you are using to install these packages.

Bioconductor recommends installing packages with biocLite(), like so:

source("http://bioconductor.org/biocLite.R")
biocLite(c("multtest", "preprocessCore"))

Please send the output of those commands, as well as the output of
sessionInfo() so we can help solve your problem.


Thanks
Dan
#
Hi Nguyen,
On Wed, Nov 30, 2011 at 12:11 PM, UyenThao Nguyen <unguyen at tethysbio.com> wrote:
The fact that this produced no error means that multtest is
successfully installed.
To get help, do this:
help(package="multtest")
You have already loaded the package; library(packagename) is the way to do it.

This and the help() bit above should get you started.
If you have further questions about these specific packages, please
post to the bioconductor list, after reading our posting guide.

http://bioconductor.org/help/mailing-list/posting-guide/

Thanks,
Dan