create_bins: Create bins for multiple groups of overlapped transcripts

View source: R/transcript_models_build_helpers.R

create_binsR Documentation

Create bins for multiple groups of overlapped transcripts

Description

Function for generating bins for mutiple groups of overlapped transcripts.

Usage

create_bins(transcript_groups, bin_size = 250)

Arguments

transcript_groups

A GRangesList-class object,each element in the list contains transcripts from one gene or several genes which are overlapped.

bin_size

An integer, used to tile the gene region. Default is 250bp.

Value

A GRangesList-class object, containing the binned region.


CshlSiepelLab/tuSelecter2 documentation built on June 2, 2025, 7:09 a.m.