LICENSE
PYPI.md
README.md
pyproject.toml
src/pyXLMS/__init__.py
src/pyXLMS.egg-info/PKG-INFO
src/pyXLMS.egg-info/SOURCES.txt
src/pyXLMS.egg-info/dependency_links.txt
src/pyXLMS.egg-info/requires.txt
src/pyXLMS.egg-info/top_level.txt
src/pyXLMS/constants/__init__.py
src/pyXLMS/data/__init__.py
src/pyXLMS/data/_crosslink.py
src/pyXLMS/data/_csm.py
src/pyXLMS/data/_parser_result.py
src/pyXLMS/data/_util.py
src/pyXLMS/exporter/__init__.py
src/pyXLMS/exporter/_to_alphalink2.py
src/pyXLMS/exporter/_to_impxfdr.py
src/pyXLMS/exporter/_to_msannika.py
src/pyXLMS/exporter/_to_proxl.py
src/pyXLMS/exporter/_to_proxl_util.py
src/pyXLMS/exporter/_to_pyxlinkviewer.py
src/pyXLMS/exporter/_to_xifdr.py
src/pyXLMS/exporter/_to_xinet.py
src/pyXLMS/exporter/_to_xiview.py
src/pyXLMS/exporter/_to_xlinkdb.py
src/pyXLMS/exporter/_to_xlmstools.py
src/pyXLMS/exporter/_to_xmas.py
src/pyXLMS/exporter/_util.py
src/pyXLMS/parser/__init__.py
src/pyXLMS/parser/_parser_xldbse_custom.py
src/pyXLMS/parser/_parser_xldbse_maxquant.py
src/pyXLMS/parser/_parser_xldbse_merox.py
src/pyXLMS/parser/_parser_xldbse_msannika.py
src/pyXLMS/parser/_parser_xldbse_mzid.py
src/pyXLMS/parser/_parser_xldbse_plink.py
src/pyXLMS/parser/_parser_xldbse_scout.py
src/pyXLMS/parser/_parser_xldbse_xi.py
src/pyXLMS/parser/_parser_xldbse_xinet_xiview.py
src/pyXLMS/parser/_parser_xldbse_xlinkx.py
src/pyXLMS/parser/_util.py
src/pyXLMS/pipelines/__init__.py
src/pyXLMS/plotting/__init__.py
src/pyXLMS/plotting/_plot_crosslink_type_distribution.py
src/pyXLMS/plotting/_plot_peptide_pair_distribution.py
src/pyXLMS/plotting/_plot_protein_distribution.py
src/pyXLMS/plotting/_plot_residue_pair_distribution.py
src/pyXLMS/plotting/_plot_score_distribution.py
src/pyXLMS/plotting/_plot_string_score_distribution.py
src/pyXLMS/plotting/_plot_target_decoy_distribution.py
src/pyXLMS/plotting/_plot_venn_diagram.py
src/pyXLMS/transform/__init__.py
src/pyXLMS/transform/_aggregate.py
src/pyXLMS/transform/_annotate_fdr.py
src/pyXLMS/transform/_annotate_string_scores.py
src/pyXLMS/transform/_filter.py
src/pyXLMS/transform/_from_dataframe.py
src/pyXLMS/transform/_intersection.py
src/pyXLMS/transform/_json.py
src/pyXLMS/transform/_reannotate_decoy_labels.py
src/pyXLMS/transform/_reannotate_positions.py
src/pyXLMS/transform/_summary.py
src/pyXLMS/transform/_targets_only.py
src/pyXLMS/transform/_to_dataframe.py
src/pyXLMS/transform/_to_proforma.py
src/pyXLMS/transform/_util.py
src/pyXLMS/transform/_validate.py
tests/test_constants.py
tests/test_data_crosslink.py
tests/test_data_crosslink_from_csm.py
tests/test_data_crosslink_min.py
tests/test_data_csm.py
tests/test_data_csm_min.py
tests/test_data_pydantic.py
tests/test_exporter_to_alphalink2.py
tests/test_exporter_to_impxfdr.py
tests/test_exporter_to_msannika.py
tests/test_exporter_to_proxl.py
tests/test_exporter_to_pyxlinkviewer.py
tests/test_exporter_to_xifdr.py
tests/test_exporter_to_xinet.py
tests/test_exporter_to_xiview.py
tests/test_exporter_to_xlinkdb.py
tests/test_exporter_to_xlmstools.py
tests/test_exporter_to_xmas.py
tests/test_exporter_util.py
tests/test_parser.py
tests/test_parser_kwargs.py
tests/test_parser_no_mods.py
tests/test_parser_util.py
tests/test_parser_xldbse_custom.py
tests/test_parser_xldbse_custom_filestream.py
tests/test_parser_xldbse_custom_no_mods.py
tests/test_parser_xldbse_maxquant.py
tests/test_parser_xldbse_maxquant_filestream.py
tests/test_parser_xldbse_maxquant_no_mods.py
tests/test_parser_xldbse_merox.py
tests/test_parser_xldbse_merox_no_mods.py
tests/test_parser_xldbse_msannika.py
tests/test_parser_xldbse_msannika_filestream.py
tests/test_parser_xldbse_msannika_no_mods.py
tests/test_parser_xldbse_msannika_pd.py
tests/test_parser_xldbse_msannika_pd_no_mods.py
tests/test_parser_xldbse_mzid.py
tests/test_parser_xldbse_mzid_filestream.py
tests/test_parser_xldbse_plink.py
tests/test_parser_xldbse_plink_crosslinks.py
tests/test_parser_xldbse_plink_no_mods.py
tests/test_parser_xldbse_scout.py
tests/test_parser_xldbse_scout_filestream.py
tests/test_parser_xldbse_scout_no_mods.py
tests/test_parser_xldbse_xi.py
tests/test_parser_xldbse_xi_filestream.py
tests/test_parser_xldbse_xi_no_mods.py
tests/test_parser_xldbse_xinet_xiview.py
tests/test_parser_xldbse_xlinkx.py
tests/test_parser_xldbse_xlinkx_filestream.py
tests/test_parser_xldbse_xlinkx_no_mods.py
tests/test_parser_xldbse_xlinkx_pd.py
tests/test_parser_xldbse_xlinkx_pd_no_mods.py
tests/test_pipelines.py
tests/test_pipelines_all.py
tests/test_plotting_plot_crosslink_type_distribution.py
tests/test_plotting_plot_peptide_pair_distribution.py
tests/test_plotting_plot_protein_distribution.py
tests/test_plotting_plot_residue_pair_distribution.py
tests/test_plotting_plot_score_distribution.py
tests/test_plotting_plot_string_score_distribution.py
tests/test_plotting_plot_target_decoy_distribution.py
tests/test_plotting_plot_venn_diagram.py
tests/test_plotting_venn.py
tests/test_readme.py
tests/test_transform.py
tests/test_transform_aggregate.py
tests/test_transform_annotate_fdr.py
tests/test_transform_annotate_string_scores.py
tests/test_transform_filter.py
tests/test_transform_from_dataframe.py
tests/test_transform_intersection.py
tests/test_transform_json.py
tests/test_transform_reannotate_decoy_labels.py
tests/test_transform_reannotate_positions.py
tests/test_transform_summary.py
tests/test_transform_targets_only.py
tests/test_transform_to_dataframe.py
tests/test_transform_to_proforma.py
tests/test_transform_validate.py