Say I have a matrix with features (repeats) as rows (n=6000) and individuals as columns (n=30) filled with integer values (repeat copy number) like so:

individual 1 individual 2 individual 3

repeat 1 4 5 3

repeat 2 8 11 9

repeat 3 16 19 20

I want to compare this group to another group with data in a matrix just like this one.

Per row, it is very easy. I can calculate any measure of variance, plot as histogram to see the distributions etc. and just compare between my groups. However, what I would really like is some kind of visualization for the whole matrix (I don't want a picture of 6000 histograms vs 6000 histograms)

is there any way?

More Mike de Groot's questions See All
Similar questions and discussions