split.pdb {bio3d} | R Documentation |
Split a Protein Data Bank (PDB) coordinate file into new separate files with one file for each chain.
split.pdb(pdb.files, path = "split_chain/")
pdb.files |
~~Describe pdb.files here~~ |
path |
~~Describe path here~~ |
~~ If necessary, more details than the description above ~~
Called for its effect.
To Be Improved.
Barry Grant
Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.
For a description of PDB format (version2.2) see:
http://www.rcsb.org/pdb/file_formats/pdb/pdbguide2.2/guide2.2_frame.html
.
read.pdb
, atom.select
, write.pdb
.
## Not run: pdbfiles <- list.files() split.pdb(pdbfiles) list.files("split_chain") ## End(Not run)