Skip to content

Commit d61e61a

Browse files
hyanwongmergify[bot]
authored andcommitted
Update data-model.md
Add comment about pedigree storing
1 parent 8de719f commit d61e61a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/data-model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ one individual may have location `[]` and another `[0, 1, 0]`. This could
168168
therefore be used to store other quantities (e.g., phenotype).
169169

170170
The `parents` column stores the ids of other individuals that are the parents of
171-
an individual. This column is {ref}`ragged <sec_encoding_ragged_columns>` such that an
171+
an individual. This can be used to store pedigree information for individuals.
172+
This column is {ref}`ragged <sec_encoding_ragged_columns>` such that an
172173
individual can have any number of parents.
173174

174175
The `metadata` column provides a location for client code to store

0 commit comments

Comments
 (0)