This post is for people that are interested in cross-validation or need, for any reason, to create random groups to perform some analysis. Some years ago, I had to do cross-validation and received from Ignacio Aguilar a simple and efficient tip using awk. To create random groups in a data set you can use the…
Category: awk
awk – Filtrer un fichier à partir d’un autre fichier
C’était l’une des premières choses que j’ai apprises sur awk. Tout a commencé quand j’ai dû gérer un fichier de 700k SNP. Dans une étape du processus, j’ai du filtrer ce fichier en me basant sur une liste d’identifications. Je me souviens que j’ai essayé de le faire avec R et il n’a pas fonctionné…
awk – Filtering a file from another file
This was one of the first tips that I learned about awk. All started when I had to manage a 700k SNP file. In one step of the process I had to filter this file based on a list of individuals. I remember that I tried to do it with R but it did not…