View source: R/prepare_features_components.R
prepare_features_components | R Documentation |
This function prepares the components (clusters in molecular network) for further use
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
)
input |
Input file |
output |
Output file |
The path to the prepared features' components
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.