K-zhangfengwei
K-zhangfengwei
I wanted to use sgkit to select some individuals from all samples, but the code in the references I looked for didn't work. reference: [https://pystatgen.github.io/sgkit/latest/how_do_i.html#id10] ds.sel(samples=ds.sample_id.isin(['Li_01', 'Li_02', 'Li_03',])) KeyError: 'Indexing...
Sorry, I want to read the data in plin format, but the reading is always wrong. Could you please provide me with a reading template? `import sgkit as sg` `sg.io.plink.read_plink(path='/home/8_sgkit/00_plink',...
I want to install the Iris. When i ran the command "./build.1.sh", an error occurs. `Note: /home/software/Iris-master/src/EvaluateSimulatedAccuracy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.` and i...