View source: R/Segments_filter.R
Segments_filter | R Documentation |
Select the segments in the "seg_table" with more than nSNP
Segments_filter(Obj_filtered = NULL, nSNP = 0, len = 5e+05, fvar = FALSE)
Obj_filtered |
An Alleloscope object with SNP info and raw segmentation table "seg_table". |
nSNP |
An integer of minimum number of SNPs for region selection. |
len |
Integer. Filter out segments with length < len. |
fvar |
Logical(TRUE/FALSE) Whether or not to filter out segments with variance >0.9 quantile. |
A Alleloscope object with "seg_table_filtered" added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.