You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('ref_filepref', help='Prefix of binary PLINK file for the reference data.')
parser.add_argument('stu_filepref', help='Prefix of binary PLINK file for the study data.')
parser.add_argument('--nneighbors', help='The number of neighbors for each study sample. Default is 20.')
parser.add_argument('--weights', help='The method for calculating the weights in the nearest neighbor method. uniform: each neighbor receives the same weight; distance: the weight of each neighbor is inversly proportional to its distance from the study sample. Default is uniform.')