.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/pointcyto.egg-info/PKG-INFO
src/pointcyto.egg-info/SOURCES.txt
src/pointcyto.egg-info/dependency_links.txt
src/pointcyto.egg-info/not-zip-safe
src/pointcyto.egg-info/requires.txt
src/pointcyto.egg-info/top_level.txt
src/pointcyto/data/InMemoryPointCloud.py
src/pointcyto/data/PointCloud.py
src/pointcyto/data/__init__.py
src/pointcyto/data/datamodule.py
src/pointcyto/data/metadata_base.py
src/pointcyto/data/metadata_classification.py
src/pointcyto/data/metadata_regression.py
src/pointcyto/data/utils.py
src/pointcyto/io/__init__.py
src/pointcyto/io/generate_load_data.py
src/pointcyto/io/meta_read_foldering.py
src/pointcyto/io/parse_by_ext.py
src/pointcyto/io/pickle_open_dump.py
src/pointcyto/io/stitch_path.py
src/pointcyto/io/utils.py
src/pointcyto/io/loaders/__init__.py
src/pointcyto/io/loaders/csv.py
src/pointcyto/io/loaders/fcs.py
src/pointcyto/io/loaders/feather.py
src/pointcyto/io/loaders/jay.py
src/pointcyto/io/loaders/pt.py
src/pointcyto/plot/__init__.py
src/pointcyto/plot/colors.py
src/pointcyto/testutils/helpers.py
src/pointcyto/transforms/__init__.py
src/pointcyto/transforms/transform_param_onlist.py
src/pointcyto/transforms/transforms.py
src/pointcyto/transforms/transforms_flowcore.py
src/pointcyto/transforms/transforms_flowkit.py
src/pointcyto/transforms/transforms_functional.py
src/pointcyto/transforms/utils.py
tests/conftest.py
tests/data/conftest.py
tests/data/metadata_basetests.py
tests/data/test_CopyProcessed.py
tests/data/test_DataModule.py
tests/data/test_InMemoryPointCloud.py
tests/data/test_PointCloud.py
tests/data/test_metadata_classification.py
tests/data/test_metadata_regression.py
tests/io_/test_meta_read_files.py
tests/io_/test_read_to_Data.py
tests/io_/loaders/test_csv_loader.py
tests/io_/loaders/test_fcs_loader.py
tests/testdata/flowcytometry/testdata_creation.R
tests/testdata/flowcytometry/ultra_small_fcs.fcs
tests/testdata/flowcytometry/FCS_examples/Navios_P0H.fcs
tests/testdata/flowcytometry/PointClouds_toy_dataset/raw/A/P0I.fcs
tests/testdata/flowcytometry/PointClouds_toy_dataset/raw/A/PAB.fcs
tests/testdata/flowcytometry/PointClouds_toy_dataset/raw/A/PAB_copy.fcs
tests/testdata/flowcytometry/PointClouds_toy_dataset/raw/B/P0G.fcs
tests/testdata/flowcytometry/PointClouds_toy_dataset/raw/B/PAO.fcs
tests/testdata/flowcytometry/PointClouds_toy_dataset/raw/B/PAV.fcs
tests/testdata/flowcytometry/PointClouds_toy_phenocsv/P0H.fcs
tests/testdata/flowcytometry/PointClouds_toy_phenocsv/P0Q.fcs
tests/testdata/flowcytometry/PointClouds_toy_phenocsv/PAG.fcs
tests/testdata/flowcytometry/PointClouds_toy_phenocsv/PAJ.fcs
tests/testdata/flowcytometry/PointClouds_toy_phenocsv/PAU.fcs
tests/testdata/flowcytometry/PointClouds_toy_phenocsv/samples_pheno.csv
tests/testdata/flowcytometry/PointClouds_toy_phenocsv/samples_pheno_wrong_delimiter.csv
tests/testdata/flowcytometry/PointClouds_toy_phenocsv/samples_pheno_wrong_delimiter_2.csv
tests/testdata/flowcytometry/Tcell_csv/ultra_small_test_sample.csv
tests/testdata/flowcytometry/Tcell_feather/ultra_small_test_sample.feather
tests/testdata/flowcytometry/Tcell_foldering/A/P0H.fcs
tests/testdata/flowcytometry/Tcell_foldering/A/P0Q.fcs
tests/testdata/flowcytometry/Tcell_foldering/B/PAG.fcs
tests/testdata/flowcytometry/Tcell_foldering/B/PAJ.fcs
tests/testdata/flowcytometry/Tcell_foldering/B/PAU.fcs
tests/testdata/flowcytometry/Tcell_foldering_corrupted_colnames/A/P0H.fcs
tests/testdata/flowcytometry/Tcell_foldering_corrupted_colnames/A/P0Q.fcs
tests/testdata/flowcytometry/Tcell_foldering_corrupted_colnames/A/corrupted_colnames_P0H.fcs
tests/testdata/flowcytometry/Tcell_foldering_corrupted_colnames/B/PAG.fcs
tests/testdata/flowcytometry/Tcell_foldering_corrupted_colnames/B/PAJ.fcs
tests/testdata/flowcytometry/Tcell_foldering_corrupted_colnames/B/PAU.fcs
tests/testdata/flowcytometry/empty_sample/group0/PAV.fcs
tests/testdata/flowcytometry/empty_sample/group0/PBK.fcs
tests/testdata/flowcytometry/info_in_filenames/S1_0_A.fcs
tests/testdata/flowcytometry/info_in_filenames/S2_0_B.fcs
tests/testdata/flowcytometry/info_in_filenames/S3_1_A.fcs
tests/transforms/__init__.py
tests/transforms/test_pre_pre_transforms_onlist.py
tests/transforms/test_transforms.py
tests/transforms/test_transforms_flowkit.py
tests/transforms/test_transforms_functional.py