View source: R/readFunctions.R
inferPairs | R Documentation |
If sample IDs comprise a patient ID and a tumour type identifier, this function can attempt to infer the tumour pairs from the cohort.
inferPairs(segmentTable, sep = "_")
segmentTable |
A segment or mutation table generated by the appropriate read function |
sep |
The separator between patient and tumour identifiers in the sample names |
A data.frame with column names Sample1 and Sample2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.