Hi all, I need to use the BiocManager and genefilter package for one of my classes and cannot get the program to load in R. I was redirected to this website for answers.Below is the code and my errors. How do I fix this?:
> install.packages("BiocManager")
> BiocManager::install("genefilter")
Bioconductor version 3.10 (BiocManager 1.30.9), R 3.6.1 (2019-07-05)
Installing package(s) 'genefilter'
Warning: package ‘genefilter’ is in use and will not be installed
Installation path not writeable, unable to update packages: boot, foreign,
KernSmooth, mgcv, nlme
> library(genefilter)
> tt <- colttests(x, y)
Error in colttests(x, y) : object 'x' not found