[BioC] readPositonalinfo

Dario Strbenac D.Strbenac at garvan.org.au
Fri Aug 24 09:00:10 CEST 2012


That's a function in the package snapCGH. Why did you not write

library(snapCGH)

since that loads the package which contains the function you want to use in the analysis ? Also, source("filename.R") reads a file in, if it is in your current working directory. If it's somewhere else, you need to provide an absolute path. e.g. source("C:/scripts/filename.R")

--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia



More information about the Bioconductor mailing list