get.pdb(ids, path = ".", URLonly=FALSE, overwrite = FALSE, gzip = FALSE,
split = FALSE, verbose = TRUE, ncore = 1, ...)
pdbsplit
funciton will be called to split pdb files
into separated chains.ncore>1
requires package pdbsplit
function.read.pdb
, write.pdb
,
atom.select
, read.fasta.pdb
,
read.fasta
, pdbsplit
## PDB file paths
get.pdb( c("1poo", "1moo"), URLonly=TRUE )
## These URLs can be used by 'read.pdb'
pdb <- read.pdb( get.pdb("5p21", URL=TRUE) )
summary(pdb)
## Download PDB file
## get.pdb("5p21")
Run the code above in your browser using DataLab