nsn: Methods for preprocessing NanoString nCounter data.

Description Usage Arguments Author(s)

Description

This function can be used to normalize mRNA and miRNA expression data from the NanoString platform. This is just a convenience wrapper of the NanoStrinNorm function

Usage

1
2
3
4
nsn(
	x, 
	...
	);

Arguments

x

The data used for Normalization. This is typically the raw expression data as exported from an Excel spreadsheet. If anno is NA then the first three columns must be c('Code.Class', 'Name', 'Accession') and the remaining columns refer to the samples being analyzed. The rows should include all control and endogenous genes. For convenience you can use the Excel import functions read.xls.RCC to read directly from nCounter output files.

...

Other NanoStringNorm arguments

Author(s)

Daryl M. Waggott


NanoStringNorm documentation built on Sept. 13, 2020, 5:08 p.m.