convert library for microarrays data
0
0
Entering edit mode
@alastair-droop-1862
Last seen 10.6 years ago
I found the bioconductor message annoying enough to track down and remove. The message is displayed from within the .onAttach function within the Biobase package. File: $RHOME/library/Biobase/R/all.rda (On my intel MAC) Commenting out the message lines stops the startup message. 1) Backup original all.rda 2) Clear all packages from the search path except "package:base" and ".GlobalEnv" 3) load all.rda 4) paste in altered .onAttach function 5) save(list=ls(all.names=T), 'all.rda') I'm sure there are better ways of changing one function within a data file, but this one worked for me. Hope this helps! Alastair.
• 571 views
ADD COMMENT

Login before adding your answer.

Traffic: 836 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