Uses of Class
org.rcsb.mmtf.spark.data.SegmentDataRDD
-
Packages that use SegmentDataRDD Package Description org.rcsb.mmtf.spark.data org.rcsb.mmtf.spark.utils -
-
Uses of SegmentDataRDD in org.rcsb.mmtf.spark.data
Methods in org.rcsb.mmtf.spark.data that return SegmentDataRDD Modifier and Type Method Description SegmentDataRDDSegmentDataRDD. cache()Cache the data.SegmentDataRDDSegmentDataRDD. filterLength(int min, int max)Filter the RDD based on a minimum and maximum length.SegmentDataRDDSegmentDataRDD. filterMaxLength(int max)Filter the RDD based on a maximum length.SegmentDataRDDSegmentDataRDD. filterMinLength(int min)Filter the RDD based on a minimum length.SegmentDataRDDSegmentDataRDD. findNonRedundantSet(double similarity)Filter the segments so a non-redundant set is available.SegmentDataRDDStructureDataRDD. getCalpha()Get thePoint3dof the C-alpha co-ordinate data as lightweight point 3d objects.SegmentDataRDDStructureDataRDD. getFragments(int fragSize)Get thePoint3dof the C-alpha co-ordinate data as lightweight point 3d objects. -
Uses of SegmentDataRDD in org.rcsb.mmtf.spark.utils
Methods in org.rcsb.mmtf.spark.utils that return SegmentDataRDD Modifier and Type Method Description static SegmentDataRDDSparkUtils. getCalphaChains(java.lang.String[] inputIds)Get the Calpha chains for a few structures as a SegmentDataRDD.
-