Skip to contents

Create an IQSeqFeature from a trajectory model

Usage

create_iq_seq_feature(traj_model, feature_name, compute_func, quantile = 0.99)

Arguments

traj_model

A trajectory model object.

feature_name

The name of the feature to create.

compute_func

The function to compute the feature.

quantile

The quantile to use for normalization (default is 0.99).

Value

An IQSeqFeature object.