pdb.Sequence: Get PDB residue sequence

Description Usage Arguments Value Examples

View source: R/PDB_parse.R

Description

Extract the residue sequence from both experimental and homology pdb files Please library(bio3d) firstly when using this function

Usage

1
pdb.Sequence(pdbdir, pdbid)

Arguments

pdbdir

Directory of a pdb file

pdbid

Name of the pdb file, like '6cp6.pdb'

Value

A list contains the residues sequence of each chain in a PDB file

Examples

1
2
pdbdir0 <-  "xx/data/6cp6.pdb"
pdb.Sequence(pdbdir=pdbdir0, pdbid='6cp6.pdb')

hongzhonglu/Yeastspot3D documentation built on March 28, 2020, 6:06 p.m.