I'm locked long ago trying to filter information from singles .csvs files and then merging them into a single one.
Each CSV count on the following columns, varying on the number of rows:
SNP.Name
iHS.CHR
iHS.POSITION
iHS.iHS iHS..log10.p.value.
frequency.class..mrk
frequency.class.mean.log.iHHA.iHHD..
frequency.class.sd.log.iHHA.iHHD..
what I want is to filter each CSV by iHS.iHS iHS..log10.p.value.
by values bigger or equal than 2 =>2
keeping all the other info from its row.
Then merge that filtered info from each CSV into an unique CSV file.
I've been doing this in excel but it takes a long time and I really want to optimize my work. How can I solve this?