Load layouts from an PXL file
ReadMPX_layouts.Rd
Layouts can be pre-computed with the Pixelator data processing pipeline and
are stored in a hive-styled partitioning in the PXL file. This function reads
the layouts from the PXL file and returns them as a list. Use
inspect_pxl_file
to check the contents of a PXL file.
Usage
ReadMPX_layouts(
filename,
cells = NULL,
graph_projection = c("bipartite", "Anode", "linegraph", "full"),
verbose = TRUE
)