Uses of Class
org.biojava.spark.data.AtomDataRDD
-
Packages that use AtomDataRDD Package Description org.biojava.spark.data org.biojava.spark.utils -
-
Uses of AtomDataRDD in org.biojava.spark.data
Methods in org.biojava.spark.data that return AtomDataRDD Modifier and Type Method Description AtomDataRDDAtomContactRDD. getAtoms()Get the contacts as anAtomDataRDDAtomDataRDDGroupDataRDD. getAtoms()Get the atoms from the groups. -
Uses of AtomDataRDD in org.biojava.spark.utils
Methods in org.biojava.spark.utils that return AtomDataRDD Modifier and Type Method Description static AtomDataRDDBiojavaSparkUtils. findAtoms(org.rcsb.mmtf.spark.data.StructureDataRDD structureDataRDD)Find all the atoms in the RDD.static AtomDataRDDBiojavaSparkUtils. findAtoms(org.rcsb.mmtf.spark.data.StructureDataRDD structureDataRDD, org.rcsb.mmtf.spark.data.AtomSelectObject selectObjectOne)Find the given type of atoms for each structure in the PDB.
-