If you have .bed files for array manifests it is relatively easy to use UNIX to compare the overlap between SNP positions in the two files. Here is a quick one line of code to do so:
This essentially finds all rows that are the same in the two files. It requires all unique rows in each file and will only work for one base pair long items.
No comments:
Post a Comment