multidog()
.Filter based on provided logical predicates in terms of the variable
names in x$snpdf
. This function filters both x$snpdf
and x$inddf
.
filter_snp(x, expr)
The output of multidog
.
Logical predicate expression defined in terms of the variables
in x$snpdf
. Only SNPs where the condition evaluates to
TRUE
are kept.
multidog()
:For the variables in x$snpdf
which you can filter by.
# NOT RUN {
data("uitdewilligen")
mout <- multidog(refmat = t(uitdewilligen$refmat),
sizemat = t(uitdewilligen$sizemat),
ploidy = uitdewilligen$ploidy,
nc = 2)
## The following filters are for educational purposes only and should
## not be taken as a default filter:
mout2 <- filter_snp(mout, bias < 0.8 & od < 0.003)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab