get_split_seqs: Function to calculate the split regions by sections and total...

Description Usage Arguments Examples

View source: R/split.R

Description

Function to calculate the split regions by sections and total numbers

Usage

1
get_split_seqs(total_num, sections)

Arguments

total_num

Total numbers need to be divided into n sections

sections

Split section number (colnum)

Examples

1
2
3
total_num <- 1000
sections <- 3
get_split_seqs(total_num, sections)

JhuangLab/ngstk documentation built on May 28, 2019, 12:43 p.m.