Skip to content

Commit

Permalink
test commit to trigger actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LonnekeScheffer committed Mar 19, 2024
1 parent de75094 commit 1a1d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion immuneML/data_model/encoded_data/EncodedData.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class EncodedData:
example_ids: a list of example (repertoire/sequence/receptor) IDs; it must be the same length as the example_count in the examples matrix. These can be retrieved using Dataset.get_example_ids()
labels: a dict of labels where label names are keys and the values are lists of values for the label across examples: {'disease1': ['sick', 'healthy', 'sick']}.
labels: a dict of labels where label names are keys and the values are lists of values for the label across examples: {'disease1': ['sick', 'healthy', 'sick']}
During encoding, the labels can be computed using EncoderHelper.encode_dataset_labels()
"""

Expand Down

0 comments on commit 1a1d8c4

Please sign in to comment.