smokingGunFinder | R Documentation |
Checks all pairwise combinations of samples for values of the "smoking" gun phenotypes that are identical.
smokingGunFinder(eset.pair, smokingguns, transFun = I, separator = ":")
eset.pair |
a list of ExpressionSets, with two elements. If the two elements are identical, the function will check for duplicate IDs within one element. If not identical, it will check for duplicate IDs between elements. |
smokingguns |
phenoData column names found in multiple elements of eset.pair that may contain "smoking guns" such as identifiers that should be unique to each sample. |
transFun |
a function to apply to IDs before comparing. By default apply no transformation. |
separator |
Separator between dataset name and sample name. Dataset names are added to sample names to keep track of dataset of origin. |
Returns an adjacency matrix for samples where matches have value 1, non-matches have value zero. Value for a sample against itself is NA.
Levi Waldron, Markus Riester, Marcel Ramos
example("phenoFinder")
smokingGunFinder(esets2, "days_to_death")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.