Skip to contents

This function creates an IQSeqFeature that calculates -log2(1-CG_fraction) as a measure of CG content in DNA sequences. The feature is normalized to be between 0-10.

Usage

create_cg_content_feature(traj_model, quantile = 0.95)

Arguments

traj_model

A trajectory model object.

quantile

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

Value

An IQSeqFeature object for CG content.