Skip to contents

Creates a PHGDataSet for a given PHG method. This will return all 3 primary sources of data (samples, reference ranges, and haplotype IDs).

Usage

readPHGDataSet(object, verbose = FALSE, ...)

# S4 method for HaplotypeGraph
readPHGDataSet(object)

# S4 method for PHGMethod
readPHGDataSet(object, verbose = TRUE)

Arguments

object

an rPHG local or server connection object

verbose

should retrieval information be printed? Defaults to FALSE

...

Additional arguments, for use in specific methods