Document reading tabular pedigree formats into sgkit #1012
Labels
documentation
Improvements or additions to documentation
IO
Issues related to reading and writing common third-party file formats
We don't currently have any IO functionality for pedigree formats. These are usually tabular but can be quite variable. We should document how to read in some generic examples and add them to an sgkit style dataset.
Basic workflow:
sample_id
variableparent_id
variableparents
dim (['Father', 'Mother']
,['Sire', 'Dam']
, etc.)parent_indices
to generate theparents
array and explain the 0-based indexing etc.The text was updated successfully, but these errors were encountered: