basesDifferent: Calculate the number of bases that are different between two...

View source: R/helperFunctions.R

basesDifferentR Documentation

Calculate the number of bases that are different between two GRanges objects.

Description

Returns both total difference as well as the difference in start and end coordinates only.

Usage

basesDifferent(granges_1, granges_2)

Arguments

granges_1

GRanges object

granges_2

GRanges object

Value

data_frame with total_diff, and start_end_diff columns

Author(s)

Kaur Alasoo


kauralasoo/txrevise documentation built on March 31, 2022, 12:03 p.m.