split.pdb {bio3d}R Documentation

Split a PDB File Into Separate Files, One For Each Chain.

Description

Split a Protein Data Bank (PDB) coordinate file into new separate files with one file for each chain.

Usage

split.pdb(pdb.files, path = "split_chain/")

Arguments

pdb.files ~~Describe pdb.files here~~
path ~~Describe path here~~

Details

~~ If necessary, more details than the description above ~~

Value

Called for its effect.

Note

To Be Improved.

Author(s)

Barry Grant

References

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 .

See Also

read.pdb, atom.select, write.pdb.

Examples

## Not run: 
pdbfiles <- list.files()
split.pdb(pdbfiles)
list.files("split_chain")
## End(Not run)

[Package bio3d version 1.0-6 Index]