.sequenceInfoInPartition {strandCheckR}R Documentation

Calculate the first/last base/read of each sequence within each part of the partition.

Description

Calculate the first/last base/read of each sequence within each part of the partition.

Usage

.sequenceInfoInPartition(seqInfo, winWidth, winStep)

Arguments

seqInfo

a data frame that contains some key information of the sequences

winWidth

the length of sliding window

winStep

the step length to sliding the window


[Package strandCheckR version 1.12.0 Index]