View source: R/Compute_Barcodes.R
compute_bc_and_save | R Documentation |
Given a directory where pdb structures are stored and an output directory the function reads the pdb structures if the number of alopha carbons is smaller than a specificed trheshold it computes the barcodes for the struecture and save them in the output directory.
compute_bc_and_save(dir_in, dir_out, n_alpha_filt = 1000)
dir_in |
Directory where the biological assembly pdb structures were stored. |
dir_out |
Output directory |
n_alpha_filt |
Maximum number of alpha carbons allowed. |
## Not run: compute_bc_and_save(dir_in,ir_bc,alpha_filt = 1000) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.