R::install::gdata::qvalue
CHECK OUT for R version 2.11
if it is not on your computer, then request CAS server to upgrade it.
To install gdata
> install.packages("genetics", depend=TRUE)
check the installation
> library('gdata')
To install qvalue
> install.packages("qvalue", depend=TRUE)
Check the installation
> library('qvalue')
No comments:
Post a Comment