Constructor for a NanoStringAssay
NanoStringAssay(rccfiles = NULL, keyfile = NULL, idvars, primerid,
measurement = "Count", ncells = NULL, id = NULL, cellvars = NULL,
featurevars = NULL, phenovars = NULL, post.process.function = NULL, ...)
A list of rcc files with full paths
A full path to a keyfile
See SingleCellAssay
See SingleCellAssay
The measurement column for raw data.
A character
specifying the column which gives the number of cells per well
An identifier for the resulting object. Should be a meaningful name
See SingleCellAssay
See SingleCellAssay
See SingleCellAssay
function applied to data.frame
of all rcc files, before the NanostringAssay object is constructed.
Additional parameters passed to SingleCellAssay
constructor
A NanoStringAssay object
Constructs a NanoStringAssay object. Differs little from the FluidigmAssay constructor. Accepts a function for post-processing. mapping argument has been removed as well for simplicity.