Description Usage Arguments Examples
View source: R/definition_slice.R
Define overlapping loci starting and ending positions for wavelet screening analysis
1  | slice_definition(bp, Loci_size = 1e+06, thresh = 10000, Chr = NA)
 | 
bp | 
 vector of the observed based pair positions in a chromosome  | 
Loci_size | 
 size of the defined loci, limited by thresh size gaps on ends. Slices smaller than Loci_size will be skipped.  | 
thresh | 
 maximal distance between two SNP within a locus. E.g., 10000  | 
Chr | 
 the chromosome's number where the slicing is made. By default set as NA  | 
1 2 3 4 5 6 7 8 9 10 11 12 13  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.