eliminate_redundant_introns: Eliminate redundant introns

View source: R/eliminate_redundancy.R

eliminate_redundant_intronsR Documentation

Eliminate redundant introns

Description

This function takes a data frame of intron coordinates and return a data frame containing non-redundant introns and only one assignment from redundant ones.

Usage

eliminate_redundant_introns(input)

Arguments

input

The name of the data frame containing all intron coordinates

Value

A data frame with unique introns

See Also

eliminate_redundant_exons

Examples

eliminate_redundant_introns(introns_df)

monahton/GencoDymo documentation built on Dec. 13, 2024, 1:23 a.m.