compute_sim_one_dir_bar: compute_sim_one_dir_bar

View source: R/Similarity_Functions.R

compute_sim_one_dir_barR Documentation

compute_sim_one_dir_bar

Description

compute_sim_one_dir_bar

Usage

compute_sim_one_dir_bar(
  path_to_bcs,
  dir_out,
  n_cores = 30,
  tail_to_remove = ".Rda"
)

Arguments

path_to_bcs

vector including the complete paths to all barcode files.

dir_out

directory where the output data must be written.

n_cores

Number of processores used in for each

tail_to_remove

Tail tagg to remove from barcode name.

Examples

## Not run: 
compute_sim_one_dir_bar(path_to_bcs,dir_out,n_cores,tail_to_remove)

## End(Not run)

jfores/DocTDA documentation built on March 19, 2022, 9:37 p.m.