Description Usage Arguments Value Examples
Short CNV stretches can be filtered out.
1 | filter_cnv(dat, thresh = 5)
|
dat |
norm_data object. |
thresh |
Integer, lower threshold for filtering CNVs. |
norm_data object
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
if(require(brassicaData)){
data("raw_napus", package = "brassicaData", envir = environment())
dat <- intens_theta(raw_napus)
dat <- remove_suffix(dat, "_Grn")
dat <- geno_baf_rratio(dat, delthresh = 11)
dat <- segm(dat)
dat <- cnv(dat, dup = 0.03, del = -0.06)
dat <- filter_cnv(dat)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.