Code snippets/scripts for data cleaning/parsing: bioinformatics focussed
##Script Details
Perl Code
- getCommon.pl : Compares two files : each with a list of elements and finds cshared elements. Can also take two files with multiple columns. Then you have to provide the column number to compare for each file as well as the delimiter. Run the code as
perl getCommon.plto get help on the syntax.