Learn R Programming

NanoStringNorm (version 1.0.11)

get.sample.summary.stats: get.sample.summary.stats

Description

A function to get basic sample summary information including mean, sd and coefficient of variation.

Usage

get.sample.summary.stats(x, anno)

Arguments

x
A NanoString RCC worksheet. If anno is not specified then the first three columns must be c("Code.Class","Name","Accession"). The remaining columns are samples and rows are genes.
anno
An alternative and flexible annotation dataset. The columns c("Code.Class","Name","Accession") do not need to be included in "x" if anno is specified.