snowformatics / gwastic_desktop

Software for Genome-Wide Association Study
1 stars 0 forks source link

implemnet chr and pos from bim file #5

Closed snowformatics closed 8 months ago

snowformatics commented 8 months ago

after RF or XG

raise ValueError("Columns must be same length as key") ValueError: Columns must be same length as key

chr7H_657001235EC -> df[['Chr', 'ChrPos']] = df['SNP'].str.split(':', expand=True)

-> use bim file instead