View source: R/calculate.replicate.concordance.R
calculate.replicate.concordance | R Documentation |
Quantifies CNA call concordance for all genes/probes found across sample replicates
calculate.replicate.concordance(cna.rounded.reps, phenodata.reps)
cna.rounded.reps |
A gene by sample data-frame of CNA calls for all replicate samples. Column names must match sample IDs found in 'phenodata.reps'. |
phenodata.reps |
A data-frame containing sample annotation for all replicate samples. Must include columns 'Name' and 'SampleID'. Replicates belonging to a single sample are identified as such by their matching sample names (phenodata column 'Name'). See output of |
A gene by sample name data-frame of concordance values (1 signifies matching CN values, 0 signifies discordant CN values)
Cindy Yao and Emilie Lalonde
NanoStringNormCNV:::calculate.replicate.variance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.