calculate.replicate.variance | R Documentation |
Quantifies normalized count variance for all genes/probes found across sample replicates
calculate.replicate.variance(normalized.data.reps, phenodata.reps, var.function = 'sd')
normalized.data.reps |
A gene by sample data-frame of normalized NanoString counts 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 |
var.function |
The variance-type function to be used. Defaults to 'sd' |
A gene by sample name data-frame of variances
Cindy Yao and Emilie Lalonde
NanoStringNormCNV:::calculate.replicate.concordance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.