Learn R Programming

NanoStringNorm (version 1.0.7)

get.gene.summary.stats: get.gene.summary.stats

Description

A function to get basic gene summaries such as mean, sd, and coefficient of variation

Usage

get.gene.summary.stats(x, anno = NA)

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.

Value

  • A data.frame with mean, standard deviation and coefficient of variation for each gene on the log scale.