| RccSet {NanoStringQCPro} | R Documentation |
Constructor methods for making new RccSet objects.
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, ...)
obj |
An object of appropriate class |
... |
Passed to methods. |
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.
A new RccSet object.