.sequenceInfoInPartition {strandCheckR} | R Documentation |
Calculate the first/last base/read of each sequence within each part of the partition.
.sequenceInfoInPartition(seqInfo, winWidth, winStep)
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 |