Description Usage Arguments Value Examples
Calculate the distance between each two alpha carbons
1 | pdb.ResidueDistance(pdbdir, chainID)
|
pdbdir |
Dir for a pdb file |
chainID |
ChainID for a chain |
A matrix contains the distance between each two alpha carbons
1 2 3 4 5 6 | library(bio3d)
library(seqinr)
infile <- "xx/data/"
pdbid <- '6cp6.pdb'
pdbdir <- paste(infile, pdbid, sep = "")
pdb.ResidueDistance(pdbdir, chainID = 'K')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.