immuneML.IO.dataset_export package¶
Submodules¶
immuneML.IO.dataset_export.AIRRExporter module¶
- class immuneML.IO.dataset_export.AIRRExporter.AIRRExporter[source]¶
Bases:
DataExporterExports a RepertoireDataset of Repertoires in AIRR format.
Things to note:
one filename_prefix is given, which is combined with the Repertoire identifiers for the filenames, to create one file per Repertoire
‘counts’ is written into the field ‘duplicate_counts’
‘sequence_identifiers’ is written both into the fields ‘sequence_id’ and ‘rearrangement_id’
- static export(dataset: Dataset, path: Path, number_of_processes: int = 1, omit_columns: list = None)[source]¶
- static export_repertoire_dataset(dataset: RepertoireDataset, path: Path, omit_columns: list = None)[source]¶
- static export_repertoire_files(dataset: RepertoireDataset, repertoire_path: Path)[source]¶