Package model
package model
Constitutes the storage model of the MUSIAL application.
-
ClassDescriptionRepresents an allele, which is a specific sequence type associated with a set of samples and a proteoform.Base class for entities to store arbitrary attributes as
String
s.Represents a reference genomic location.Representation of a genomic feature.Represents a sub-feature of a genomic feature.Represents a proteoform, which is a specific sequence type associated with a set of alleles.Represents a single biological sample.Represents a sequence type with associated variants and attributes.Central component of the MUSIAL model, designed to manage genomic data, including contigs, features, and samples.The parameters used for configuring the storage of variant data.Represents a nucleotide variant.Represents a simplified variant stub with position and alternative allele information.Enum representing the type of variant.Represents a variant call in a biological sample.Represents one alternative in the context of a variant call.Enumeration of flags representing the status of a variant call.Serializer for theVariantCall
class.