This function prepares the components (clusters in molecular network) for further use
Usage
prepare_features_components(
input = get_params(step =
"prepare_features_components")$files$networks$spectral$components$raw,
output = get_params(step =
"prepare_features_components")$files$networks$spectral$components$prepared
)
Examples
if (FALSE) { # \dontrun{
tima:::copy_backbone()
go_to_cache()
github <- "https://raw.githubusercontent.com/"
repo <- "taxonomicallyinformedannotation/tima-example-files/main/"
dir <- paste0(github, repo)
input <- get_params(step = "prepare_features_components")$files$networks$spectral$components$raw
get_file(url = paste0(dir, input), export = input)
prepare_features_components(
input = input
)
unlink("data", recursive = TRUE)
} # }