-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hello, I encountered the following bug when running R-peer again

this is my code:
library(peer)
load("/data1/shiyan_data/plasma.miRNA.eqtl.RData")
model = PEER()
PEER_setPhenoMean(model,as.matrix(t(counts)))
covs<-sampleinfo[,c("Sex","Age","BMI","Smoking","hypertension","hyperlipidemia","Diabetes")]
covs<-apply(covs,2,as.numeric)
rownames(covs)<-sampleinfo$ID
PEER_setCovariates(model, as.matrix(covs))
PEER_setAdd_mean(model, TRUE)
PEER_update(model)
Metadata
Metadata
Assignees
Labels
No labels