View source: R/dataset_filtering.R
filter_dataset | R Documentation |
Function used to filter observations, i.e. ISs, in the input dataframe with coverage values.
filter_dataset(
cov.df,
min_cov = 5,
min_frac = 0.05,
k_interval = c(10, 20),
metric = "calinski_harabasz_score",
seed = 5
)
cov.df |
Input coverage dataset. It must have at least the columns |
min_cov |
add |
min_frac |
add |
k_interval |
add |
metric |
add |
seed |
add |
a dataset of the same shape as the input one, with filtered observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.