seqbind(..., blank = "-")
Take vectors and/or matrices arguments and combine them row-wise without
recycling them (as is the case with rbind
).
"fasta"
with the following components:
Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696.
## Read two pdbs a.pdb <- read.pdb("1bg2")Note: Accessing on-line PDB fileb.pdb <- read.pdb("1goj")Note: Accessing on-line PDB fileseqs <- seqbind(aa321(a.pdb$atom[a.pdb$calpha,"resid"]), aa321(b.pdb$atom[b.pdb$calpha,"resid"])) # seqaln(seqs)