Initializes an S4 class to represent full model features
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## S4 method for signature 'model'
initialize(.Object, name, varRegLen, leftFixedSeq,
rightFixedSeq, seedLen, consensusSeq, leftFixedSeqOverlap,
rightFixedSeqOverlap, affinityType, numViews, rounds, confidenceLevel,
minAffinity, missingValueSuppression, minSeedValue, regressionFormula,
iteration, upFootprintExtend, downFootprintExtend, rcSymmetric,
includeDNAstrand, includeView, includeShape, useFixedValuesOffset.N,
useFixedValuesOffset.Shape, exUpBases, exDownBases, fpLen, shapeParamsUsed,
shapeTable, features, verbose, dateInitialized, dateBetasLastAdded,
dateLastModified, N, Intercept, Shape, N.upFootprintExtend,
N.downFootprintExtend, N.set, N.values, N.errors, N.z, N.sig, N.oldValues,
N.oldErrors, N.oldZ, N.oldSig, N.equivMat, I.values, I.errors, I.z, I.sig,
I.oldValues, I.oldErrors, I.oldZ, I.oldSig, Shape.upFootprintExtend,
Shape.downFootprintExtend, Shape.set, Shape.values, Shape.errors, Shape.z,
Shape.sig, Shape.oldValues, Shape.oldErrors, Shape.oldZ, Shape.oldSig,
Shape.equivMat, ...)
|
model |
Object of class 'model' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.