subscript out of bounds

Issue #915 new
imren bayil created an issue

Hi,I want to calculate ligand rmsd,

lig.inds <- atom.select(pdb, "ligand")

lig.xyz <- xyz[, lig.inds$xyz]
Error in xyz[, lig.inds$xyz] : subscript out of bounds
rd <- rmsd(xyz[1,lig.inds$xyz], xyz[,lig.inds$xyz])
Error in xyz[1, lig.inds$xyz] : subscript out of bounds I am getting this error,How to fix it ?

Comments (1)

  1. Log in to comment