
IQSeqFeature class
IQSeqFeature-class.RdThis class represents a sequence feature for IQ models, inheriting from IQFeature.
This method defines how an IQSeqFeature object should be displayed.
Slots
nameThe name of the IQ sequence feature (character).
coefsThe coefficients of the IQ sequence feature (numeric).
compute_funcThe function to compute the feature (function).
min_valueThe minimum value for normalization (numeric).
max_valueThe maximum value for normalization (numeric).
quantileThe quantile to use for normalization (numeric).
sizeThe size of the sequences to use for feature computation (numeric).