A PHGDatSet class is a general class for storing data found within
an hVCF file. The main components are:
- samples
Sample IDs
- reference ranges
start/stop ranges in reference genome
- haplotypes
haplotype sequence IDs (MD5 hashes)
- metadata
additional information related to haplotype IDs
Prints out information regarding properties from the PHGDataSet
class to the console
Slots
samplesA character vector of sample identifiers.
refRangesA
GRangesobject from the GenomicRanges package representing reference genomic ranges.hapIdsA matrix of haplotype identifiers.
hapIdMetaA
tibbleobject containing metadata associated with haplotype identifiers.hapIdMetaPosA
tibbleobject containing positional metadata for haplotype identifiers.dbUriA character representation of the PHGv2 DB instance