ngstk (version 0.1.1.1)

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

Description

Function to calculate the split regions by sections and total numbers

Usage

get_split_seqs(total_num, sections)

Arguments

total_num

Total numbers need to be divided into n sections

sections

Split section number (colnum)

Examples

Run this code
# NOT RUN {
total_num <- 1000
sections <- 3
get_split_seqs(total_num, sections)
# }

Run the code above in your browser using DataCamp Workspace