compute_bc_and_save: compute_bc_and_save

View source: R/Compute_Barcodes.R

compute_bc_and_saveR Documentation

compute_bc_and_save

Description

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.

Usage

compute_bc_and_save(dir_in, dir_out, n_alpha_filt = 1000)

Arguments

dir_in

Directory where the biological assembly pdb structures were stored.

dir_out

Output directory

n_alpha_filt

Maximum number of alpha carbons allowed.

Examples

## Not run: 
compute_bc_and_save(dir_in,ir_bc,alpha_filt = 1000)

## End(Not run)

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