View source: R/calcStrucFeats.R
subcomplex.combos | R Documentation |
This function finds the component chains of a given PDB structure and generates new PDB files for any desired set of combinations of these components
subcomplex.combos(pdb.file, chain.sets)
pdb.file |
the input PDB file for the complex |
chain.sets |
a list of character vectors, detailing the combinations of chains to
produce. E.g. |
a vector of file names corresponding to the elements of chain.sets
## Not run:
subcplx.files <- sub.complex.combos("3UIP.pdb",chain.sets=list("A",c("A","B"),c("A","C")))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.