Uses of Class
org.snpsift.annotate.mem.dataFrame.DataFrame
Packages that use DataFrame
-
Uses of DataFrame in org.snpsift.annotate.mem.database
Methods in org.snpsift.annotate.mem.database that return DataFrameModifier and TypeMethodDescriptionVariantDataFrame.getDataFrameByCategory(VariantCategory category) VariantDataFrame.getDataFrameByVariantType(org.snpeff.interval.Variant variant) Select the appropirate data set for a variant -
Uses of DataFrame in org.snpsift.annotate.mem.dataFrame
Subclasses of DataFrame in org.snpsift.annotate.mem.dataFrameModifier and TypeClassDescriptionclassDataFrameDel is a specialized subclass of DataFrame designed to handle deletion variants.classDataFrameIns is a specialized subclass of DataFrame designed to handle insertion variants.classDataFrameMixed is a specialized subclass of DataFrame that is designed to handle mixed data types.classDataFrameMnp is a specialized subclass of DataFrame designed to handle multi-nucleotide polymorphisms (MNPs).classDataFrameOther is a subclass of DataFrame that is specifically tailored for handling variant type counting and categorization.classThe DataFrameSnp class extends the DataFrame class and represents a specific type of data frame that deals with single nucleotide polymorphisms (SNPs).Constructors in org.snpsift.annotate.mem.dataFrame with parameters of type DataFrameModifierConstructorDescriptionDataFrameRow(DataFrame dataFrame, int pos, String ref, String alt) DataFrameRow(DataFrame dataFrame, int pos, String ref, String alt, int idx)