countSliding: Count the TSS or TES number in sliding window

View source: R/countSliding.R

countSlidingR Documentation

Count the TSS or TES number in sliding window

Description

Count the TSS or TES number in sliding window

Usage

countSliding(x, wsize = 11, type = c("TTS", "TES"))

Arguments

x

A data frame with a column of "TSS" or "TES" and a column of "count" shows the number of TSSs or ETSs. TES count 80077 2 80078 2 80079 3 80081 4 80082 18

type

One of "TSS" and "TES".

w

A odd number of window size for sliding.


wyguo/RTDBox documentation built on Jan. 31, 2023, 1:19 a.m.