Entering edit mode
4.0 years ago
Omics data mining
▴
260
Hello everyone
I am using github.com/CABSEL/ProTINA/tree/master/protina_R package in order to identify protein target from time series data gene expression data. In the background, it uses Protein-Gene interaction information. I installed all required libraries such as glmnet in order to run this tool perfectly. While doing the test run, I got following error
Inferring weights in PGN: ( 0.170)%
Error in coef.cv.glmnet(cvfit, s = "lambda.min") :
could not find function "coef.cv.glmnet"
Can anyone help me to fix this issue?