tx_add_endRatio1bpDS: Add ends to coverage ratio 1bp down-stream

View source: R/tx_core.R

tx_add_endRatio1bpDSR Documentation

Add ends to coverage ratio 1bp down-stream

Description

Add a column to DT of the read-ends to coverage ratio, shifted 1 base-pair downstream. This means that the last measurement in any gene is always an NA to account that there was no measurement to be shifted.

Usage

tx_add_endRatio1bpDS(DT, minCov = 50)

Arguments

DT

data.table. A table as output by the tx_makeDT_coverage() or tx_makeDT_covNucFreq() functions.

minCov

numeric. Minimum coverage required to output ratio. If coverage is less then an NA is output in that position.

Value

data.table


AngelCampos/txtools documentation built on April 8, 2024, 6:06 p.m.