RccSet: RccSet constructor methods

Description Usage Arguments Details Value

Description

Constructor methods for making new RccSet objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
RccSet(obj, ...)

## S4 method for signature 'ExpressionSet'
RccSet(obj, ...)

## S4 method for signature 'environment'
RccSet(obj, ...)

## S4 method for signature 'matrix'
RccSet(obj, ...)

## S4 method for signature 'missing'
RccSet(obj, ...)

Arguments

obj

An object of appropriate class

...

Passed to methods.

Details

Arguments accepted by constructors are identical to those for the ExpressionSet constructors.

See RccSet class documentation for examples of constructor use.

Constructor calls for which mandatory phenoData or featureData columns are missing will successfully create objects that include mandatory columns, but with NA values. See RccSet documentation for a list of mandatory columns.

Value

A new RccSet object.


NanoStringQCPro documentation built on Nov. 8, 2020, 8:11 p.m.