Hi, friends,
Recently I am using PLINK software to calculate the LD among a given SNP set. The software is easy to go while it seems that the LD calculation output file plink.ld can not be self-defined, to deal which must using a script to re-orient the file name.
So is there any other method to obtain a self-defined output ld file?
Thank you for all!
Best!
Can you clarify what you mean by self-defined output? Do you mean that you want the data to be organized in a different file format? If so, which format? If you have your own custom format, you will likely need to write a perl or awk script to re-format the output.
Sorry for confusing. I mean to get a self-defined file name of output for PLINK calculation, not to re-format the output. For example, the output file of LD is plink.ld, I want to get a file named of chr1.snp.ld
Hope I make it clear!