Implement a method to throw out anchor cells that are outliers from the rest.
Ideas:
call a centroid, get candidate anchors' distances from centroid, remove those with high outlier distances. (scaled loglik and cosine both decent candidates)
hclust on their correlation matrix. Cut at varying heights, seeking a cut that 1. seems to be a majority and 2. has high cos/llr scores.
Implement a method to throw out anchor cells that are outliers from the rest.
Ideas: