library("tima")
copy_backbone()
go_to_cache()
<- "https://raw.githubusercontent.com/"
github <- "taxonomicallyinformedannotation/tima-example-files/main/"
repo <- paste0(github, repo)
dir <- get_params(step = "prepare_features_components")$files$networks$spectral$components$raw
input get_file(url = paste0(dir, input), export = input)
prepare_features_components(
input = input
)unlink("data", recursive = TRUE)
Prepare features components
Description
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
)
Arguments
input
|
Input file |
output
|
Output file |
Value
The path to the prepared features’ components