colFinder {doppelgangR} | R Documentation |
This function acts as a wrapper to colData to handle cases of one DataFrame, a list of two identical DataFrame, or a list of two different DataFrame
colFinder(summex.list, ...)
summex.list |
input: a list of DataFrame with two elements, or a DataFrame. If the two elements are identical, return the correlation matrix for pairs of samples in the first element. If not identical, return pairs between the two elements. |
... |
Extra arguments passed on to colFinder |
A matrix of similarities between the colData of pairs of samples.
Fabio Da Col, Marcel Ramos