reworkhow / JWAS.jl

Julia for Whole-genome Analysis Software
http://QTL.rocks
GNU General Public License v2.0
96 stars 44 forks source link

runMCMC problem #155

Closed feasiblee closed 1 month ago

feasiblee commented 1 month ago

Hello, I am doing out=runMCMC(model,phenotypes), and ERROR appears: Some levels in CW:id for individuals of interest are not found in training individuals (IDs with non-missing records).You may delete those rows or replace those values ​​with missing. For this question, my phenotypic data reading is like this: phenotypes = CSV.read(phenofile,DataFrame,delim = ',',header=true,missingstring=["NA"]).