I am analyzing whole-genome variant data from a camel species which has 36 autosomes. Since PLINK only accepts numerical chromosome identifiers, I have assigned chromosome X as 37 and chromosome Y as 38.
From this below command:
plink --vcf Chromosomes.vcf --make-bed --chr-set 38 --out plink_data
Will plink automatically understand that 37 is Chromosome X and 38 is Chromosome Y? Or is there any additional parameter that i should mention?