powered by
Extract a subset of a DVI dataset
subsetDVI(dvi, pm = NULL, am = NULL, missing = NULL, verbose = TRUE)
A dviData object.
dviData
A dviData() object
dviData()
A vector with names or indices of victim samples. By default, all are included.
A vector with names or indices of AM components. By default, components without remaining missing individuals are dropped.
A vector with names or indices of missing persons. By default, all missing persons in the remaining AM families are included.
A logical.
subsetDVI(example2, pm = 1:2) |> plotDVI() subsetDVI(example2, pm = "V1", am = 1) |> plotDVI() subsetDVI(example2, missing = "M3") |> plotDVI()
Run the code above in your browser using DataLab