An object from the class is not generally intended to
be initialized by the user, but returned by the
genotype
function in the crlmm
package. The following creates a very basic CNSet
with
assayData
containing the required elements.
new(CNSet, alleleA=new("matrix"), alleleB=new("matrix"), call=new("matrix"),
callProbability=new("matrix"), batch=new("factor"))