Skip to contents

Initialize an IQFeatureGroup object

Usage

# S4 method for IQFeatureGroup
initialize(.Object, features, compute_func, size)

Arguments

.Object

The IQFeatureGroup object to initialize.

features

A list of IQSeqFeature objects.

compute_func

A function to compute all features in the group at once.

size

The size of the sequences to use for feature computation.

Value

An initialized IQFeatureGroup object.