View source: R/create_components.R
create_components | R Documentation |
This function create components from edges
create_components(
input = get_params(step = "create_components")$files$networks$spectral$edges$prepared,
output = get_params(step = "create_components")$files$networks$spectral$components$raw
)
input |
Input file(s) containing edges |
output |
Output file. |
The path to the created components
## Not run:
tima:::copy_backbone()
go_to_cache()
github <- "https://raw.githubusercontent.com/"
repo <- "taxonomicallyinformedannotation/tima-example-files/main/"
data_interim <- "data/interim/"
dir <- paste0(github, repo)
dir <- paste0(dir, data_interim)
get_file(
url = paste0(dir, "features/example_edges.tsv"),
export = get_params(step = "create_components")$files$networks$spectral$edges$prepared
)
create_components()
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.