powered by
Checks whether its argument is an object of class ‘pdb’ or ‘pdbs’.
is.pdb(x) is.pdbs(x)
an R object.
TRUE if x is an object of class ‘pdb(s)’ and FALSE otherwise
Tests if the object ‘x’ is of class ‘pdb’ (is.pdb) or ‘pdbs’ (is.pdbs), i.e. if ‘x’ has a “class” attribute equal to pdb or pdbs.
is.pdb
is.pdbs
pdb
pdbs
read.pdb, read.fasta.pdb, pdbaln
read.pdb
read.fasta.pdb
pdbaln
# NOT RUN { # Read a PDB file pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") ) is.pdb(pdb) # }
Run the code above in your browser using DataLab