Description Usage Arguments Value Examples
Extract the residue sequence from both experimental and homology pdb files Please library(bio3d) firstly when using this function
1 | pdb.Sequence(pdbdir, pdbid)
|
pdbdir |
Directory of a pdb file |
pdbid |
Name of the pdb file, like '6cp6.pdb' |
A list contains the residues sequence of each chain in a PDB file
1 2 | pdbdir0 <- "xx/data/6cp6.pdb"
pdb.Sequence(pdbdir=pdbdir0, pdbid='6cp6.pdb')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.