Hi I have a project file for 2000 individuals, with SNPs from WGS. We have decided to change the sample names to a more uniform way of naming individuals from different sources.
I wish to do a quick check if there's inbuilt functions in plink or plink seq or vcftools to do this i.e. pass it a sample name remapping file to output a new set of fam ids and idv ids.
Otherwise, i might consider doing this using sqlite since there's a possibility I might have to slice the data in another way again
Plink can update individual names in FAM and ped files and the like.
http://pngu.mgh.harvard.edu/~purcell/plink/dataman.shtml#updatefam
however I know from PLINKSEQ just changing the files, might not actually work.
Hi, running into an identical problem here. Do you recall how you ended up doing this?
Thanks in advance,
Steve