The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 68 new columns ({'MSALIGN_ms1_id', 'MZML_ms1_mass_resolving_power', 'TOPPIC_prsm_id', 'MZML_instrument', 'MSALIGN_file_name', 'MZML_ms2_scan', 'TOPPIC_protein_accession', 'MZML_ms2_total_ion_current', 'MSALIGN_precursor_monoisotopic_mass', 'TOPPIC_proteoform-level_q-value', 'TOPPIC_unexpected_modifications', 'TOPPIC_e-value', 'MZML_ms2_highest_observed_mz', 'TOPPIC_proteoform_intensity', 'TOPPIC_next_residue', 'TOPPIC_last_residue_position', 'MZML_ms1_lowest_observed_mz', 'MSALIGN_feature_apex_time', 'MZML_ms1_scan', 'MSALIGN_feature_intensity', 'MZML_selected_ion_charge', 'MZML_selected_ion_mz', 'TOPPIC_adjusted_precursor_mass', 'MZML_activation', 'TOPPIC_number_of_unexpected_modifications', 'MZML_isolation_window_lower_offset', 'MSALIGN_precursor_charge', 'TOPPIC_previous_residue', 'MSALIGN_feature_id', 'MZML_ms2_lowest_observed_mz', 'TOPPIC_number_of_matched_theoretical_fragment_masses', 'TOPPIC_proteoform_id', 'TOPPIC_protein_description', 'MZML_ms2_mass_resolving_power', 'TOPPIC_number_of_matched_experimental_fragment_ions', 'DATASET_id', 'SUBDATASET_id', 'TOPPIC_variable_modifications', 'TOPPIC_first_residue_position', 'TOPPIC_miscore', 'MZML_ms2_ion_injection_time', 'MZML_ms2_scan_window_lower_limit', 'TOPPIC_database_sequence', 'MZML_ms2_retention_time', 'MZML_ms1_highest_observed_mz', 'TOPPIC_protein_n-terminal_form', 'TOPPIC_proteoform', 'MZML_ms1_scan_window_lower_limit', 'MZML_ms2_scan_window_upper_limit', 'MZML_ms1_scan_window_upper_limit', 'MZML_isolation_window_upper_offset', 'MZML_ms1_total_ion_current', 'MZML_isolation_window_target_mz', 'MSALIGN_precursor_intensity', 'TOPPIC_fixed_modifications', 'TOPPIC_number_of_variable_modifications', 'MZML_ms1_retention_time', 'PROJECT_id', 'MZML_ms1_ion_injection_time', 'MZML_collision_energy', 'MSALIGN_feature_score', 'MSALIGN_number_of_fragment_ions', 'TOPPIC_special_amino_acids', 'TOPPIC_spectrum-level_q-value', 'MZML_selected_ion_peak_intensity', 'TOPPIC_number_of_protein_hits', 'MSALIGN_ms2_id', 'TOPPIC_proteoform_mass'}) and 14 missing columns ({'Dissociation', 'Separation', '#PrSM_ids', 'Cysteine_protection', 'Sample', 'Instrument', 'Dataset_id', '#Proteoform_ids', '#Protein_ids', 'Raw_file_name', '#MS/MS_spectra', 'Species', 'FAIMS', '#Msalign_files'}).
This happened while the csv dataset builder was generating data using
hf://datasets/TopRepo/Rat/toprepo_rat_spectrum_table_ms2_v1.2.0.tsv (at revision b0e1c40af23c06884f4a7ac0de71d757f7a5872e), [/tmp/hf-datasets-cache/medium/datasets/49998093048529-config-parquet-and-info-TopRepo-Rat-1a956fd1/hub/datasets--TopRepo--Rat/snapshots/b0e1c40af23c06884f4a7ac0de71d757f7a5872e/toprepo_rat_meta_table_v1.2.0.tsv (origin=hf://datasets/TopRepo/Rat@b0e1c40af23c06884f4a7ac0de71d757f7a5872e/toprepo_rat_meta_table_v1.2.0.tsv), /tmp/hf-datasets-cache/medium/datasets/49998093048529-config-parquet-and-info-TopRepo-Rat-1a956fd1/hub/datasets--TopRepo--Rat/snapshots/b0e1c40af23c06884f4a7ac0de71d757f7a5872e/toprepo_rat_spectrum_table_ms2_v1.2.0.tsv (origin=hf://datasets/TopRepo/Rat@b0e1c40af23c06884f4a7ac0de71d757f7a5872e/toprepo_rat_spectrum_table_ms2_v1.2.0.tsv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
PROJECT_id: int64
SUBDATASET_id: int64
DATASET_id: string
MZML_file_name: string
MZML_instrument: string
MZML_ms1_scan: int64
MZML_ms1_scan_window_lower_limit: double
MZML_ms1_scan_window_upper_limit: double
MZML_ms1_retention_time: double
MZML_ms1_total_ion_current: double
MZML_ms1_mass_resolving_power: double
MZML_ms1_ion_injection_time: double
MZML_ms1_lowest_observed_mz: double
MZML_ms1_highest_observed_mz: double
MZML_ms2_scan: int64
MZML_ms2_scan_window_lower_limit: double
MZML_ms2_scan_window_upper_limit: double
MZML_ms2_retention_time: double
MZML_ms2_total_ion_current: double
MZML_ms2_mass_resolving_power: double
MZML_ms2_ion_injection_time: double
MZML_ms2_lowest_observed_mz: double
MZML_ms2_highest_observed_mz: double
MZML_isolation_window_target_mz: double
MZML_isolation_window_lower_offset: double
MZML_isolation_window_upper_offset: double
MZML_selected_ion_mz: double
MZML_selected_ion_peak_intensity: double
MZML_selected_ion_charge: double
MZML_activation: string
MZML_collision_energy: double
MSALIGN_file_name: string
MSALIGN_ms1_id: int64
MSALIGN_ms2_id: int64
MSALIGN_precursor_charge: string
MSALIGN_precursor_monoisotopic_mass: string
MSALIGN_precursor_intensity: string
MSALIGN_feature_id: string
MSALIGN_feature_intensity: string
MSALIGN_feature_score: string
MSALIGN_feature_apex_time: string
MSALIGN_number_of_fragment_ions: int64
TOPPIC_prsm_id: double
TOPPIC_adjusted_precursor_mass: double
TOPPIC_proteoform_id: double
TOPPIC_proteoform_intensity: double
TOPPIC_number_of_protein_hits: double
TOPPIC_protein_accession: string
TOPPIC_protein_description: string
TOPPIC_first_residue_position: double
TOPPIC_last_residue_position: double
TOPPIC_special_amino_acids: double
TOPPIC_database_sequence: string
TOPPIC_proteoform_mass: double
TOPPIC_protein_n-terminal_form: string
TOPPIC_fixed_modifications: double
TOPPIC_number_of_unexpected_modifications: double
TOPPIC_unexpected_modifications: string
TOPPIC_number_of_variable_modifications: double
TOPPIC_variable_modifications: double
TOPPIC_miscore: string
TOPPIC_number_of_matched_experimental_fragment_ions: double
TOPPIC_number_of_matched_theoretical_fragment_masses: double
TOPPIC_e-value: double
TOPPIC_spectrum-level_q-value: double
TOPPIC_proteoform-level_q-value: double
TOPPIC_proteoform: string
TOPPIC_previous_residue: string
TOPPIC_next_residue: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 10669
to
{'Dataset_id': Value('string'), 'Raw_file_name': Value('string'), 'MZML_file_name': Value('string'), '#Msalign_files': Value('int64'), '#MS/MS_spectra': Value('int64'), '#PrSM_ids': Value('int64'), '#Proteoform_ids': Value('int64'), '#Protein_ids': Value('int64'), 'Species': Value('string'), 'Instrument': Value('string'), 'Dissociation': Value('string'), 'Sample': Value('string'), 'Separation': Value('string'), 'Cysteine_protection': Value('float64'), 'FAIMS': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 890, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 951, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 68 new columns ({'MSALIGN_ms1_id', 'MZML_ms1_mass_resolving_power', 'TOPPIC_prsm_id', 'MZML_instrument', 'MSALIGN_file_name', 'MZML_ms2_scan', 'TOPPIC_protein_accession', 'MZML_ms2_total_ion_current', 'MSALIGN_precursor_monoisotopic_mass', 'TOPPIC_proteoform-level_q-value', 'TOPPIC_unexpected_modifications', 'TOPPIC_e-value', 'MZML_ms2_highest_observed_mz', 'TOPPIC_proteoform_intensity', 'TOPPIC_next_residue', 'TOPPIC_last_residue_position', 'MZML_ms1_lowest_observed_mz', 'MSALIGN_feature_apex_time', 'MZML_ms1_scan', 'MSALIGN_feature_intensity', 'MZML_selected_ion_charge', 'MZML_selected_ion_mz', 'TOPPIC_adjusted_precursor_mass', 'MZML_activation', 'TOPPIC_number_of_unexpected_modifications', 'MZML_isolation_window_lower_offset', 'MSALIGN_precursor_charge', 'TOPPIC_previous_residue', 'MSALIGN_feature_id', 'MZML_ms2_lowest_observed_mz', 'TOPPIC_number_of_matched_theoretical_fragment_masses', 'TOPPIC_proteoform_id', 'TOPPIC_protein_description', 'MZML_ms2_mass_resolving_power', 'TOPPIC_number_of_matched_experimental_fragment_ions', 'DATASET_id', 'SUBDATASET_id', 'TOPPIC_variable_modifications', 'TOPPIC_first_residue_position', 'TOPPIC_miscore', 'MZML_ms2_ion_injection_time', 'MZML_ms2_scan_window_lower_limit', 'TOPPIC_database_sequence', 'MZML_ms2_retention_time', 'MZML_ms1_highest_observed_mz', 'TOPPIC_protein_n-terminal_form', 'TOPPIC_proteoform', 'MZML_ms1_scan_window_lower_limit', 'MZML_ms2_scan_window_upper_limit', 'MZML_ms1_scan_window_upper_limit', 'MZML_isolation_window_upper_offset', 'MZML_ms1_total_ion_current', 'MZML_isolation_window_target_mz', 'MSALIGN_precursor_intensity', 'TOPPIC_fixed_modifications', 'TOPPIC_number_of_variable_modifications', 'MZML_ms1_retention_time', 'PROJECT_id', 'MZML_ms1_ion_injection_time', 'MZML_collision_energy', 'MSALIGN_feature_score', 'MSALIGN_number_of_fragment_ions', 'TOPPIC_special_amino_acids', 'TOPPIC_spectrum-level_q-value', 'MZML_selected_ion_peak_intensity', 'TOPPIC_number_of_protein_hits', 'MSALIGN_ms2_id', 'TOPPIC_proteoform_mass'}) and 14 missing columns ({'Dissociation', 'Separation', '#PrSM_ids', 'Cysteine_protection', 'Sample', 'Instrument', 'Dataset_id', '#Proteoform_ids', '#Protein_ids', 'Raw_file_name', '#MS/MS_spectra', 'Species', 'FAIMS', '#Msalign_files'}).
This happened while the csv dataset builder was generating data using
hf://datasets/TopRepo/Rat/toprepo_rat_spectrum_table_ms2_v1.2.0.tsv (at revision b0e1c40af23c06884f4a7ac0de71d757f7a5872e), [/tmp/hf-datasets-cache/medium/datasets/49998093048529-config-parquet-and-info-TopRepo-Rat-1a956fd1/hub/datasets--TopRepo--Rat/snapshots/b0e1c40af23c06884f4a7ac0de71d757f7a5872e/toprepo_rat_meta_table_v1.2.0.tsv (origin=hf://datasets/TopRepo/Rat@b0e1c40af23c06884f4a7ac0de71d757f7a5872e/toprepo_rat_meta_table_v1.2.0.tsv), /tmp/hf-datasets-cache/medium/datasets/49998093048529-config-parquet-and-info-TopRepo-Rat-1a956fd1/hub/datasets--TopRepo--Rat/snapshots/b0e1c40af23c06884f4a7ac0de71d757f7a5872e/toprepo_rat_spectrum_table_ms2_v1.2.0.tsv (origin=hf://datasets/TopRepo/Rat@b0e1c40af23c06884f4a7ac0de71d757f7a5872e/toprepo_rat_spectrum_table_ms2_v1.2.0.tsv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset_id string | Raw_file_name string | MZML_file_name string | #Msalign_files int64 | #MS/MS_spectra int64 | #PrSM_ids int64 | #Proteoform_ids int64 | #Protein_ids int64 | Species string | Instrument string | Dissociation string | Sample string | Separation string | Cysteine_protection null | FAIMS string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MSV000089163 | Hubmap_Intact_Brain_A1_cv30.raw | Hubmap_Intact_Brain_A1_cv30.mzML | 1 | 1,432 | 108 | 43 | 27 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A1_cv40.raw | Hubmap_Intact_Brain_A1_cv40.mzML | 1 | 2,340 | 116 | 68 | 48 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A1_cv50.raw | Hubmap_Intact_Brain_A1_cv50.mzML | 1 | 2,674 | 86 | 54 | 27 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A2_cv30.raw | Hubmap_Intact_Brain_A2_cv30.mzML | 1 | 1,851 | 171 | 68 | 33 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A2_cv40.raw | Hubmap_Intact_Brain_A2_cv40.mzML | 1 | 2,561 | 243 | 137 | 60 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A2_cv50.raw | Hubmap_Intact_Brain_A2_cv50.mzML | 1 | 2,822 | 150 | 88 | 41 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A3_cv30.raw | Hubmap_Intact_Brain_A3_cv30.mzML | 1 | 1,796 | 185 | 90 | 46 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A3_cv40.raw | Hubmap_Intact_Brain_A3_cv40.mzML | 1 | 2,479 | 363 | 203 | 80 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A3_cv50.raw | Hubmap_Intact_Brain_A3_cv50.mzML | 1 | 2,873 | 309 | 177 | 66 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A4_cv30.raw | Hubmap_Intact_Brain_A4_cv30.mzML | 1 | 1,664 | 124 | 58 | 26 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A4_cv40.raw | Hubmap_Intact_Brain_A4_cv40.mzML | 1 | 2,396 | 231 | 116 | 49 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_A4_cv50.raw | Hubmap_Intact_Brain_A4_cv50.mzML | 1 | 2,903 | 167 | 81 | 34 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C1_cv30.raw | Hubmap_Intact_Brain_C1_cv30.mzML | 1 | 2,321 | 355 | 173 | 71 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C1_cv40.raw | Hubmap_Intact_Brain_C1_cv40.mzML | 1 | 2,928 | 577 | 308 | 112 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C1_cv50.raw | Hubmap_Intact_Brain_C1_cv50.mzML | 1 | 3,025 | 445 | 254 | 78 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C2_cv30.raw | Hubmap_Intact_Brain_C2_cv30.mzML | 1 | 2,135 | 360 | 137 | 68 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C2_cv40.raw | Hubmap_Intact_Brain_C2_cv40.mzML | 1 | 2,961 | 475 | 237 | 92 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C2_cv50.raw | Hubmap_Intact_Brain_C2_cv50.mzML | 1 | 2,865 | 322 | 186 | 70 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C3_cv30.raw | Hubmap_Intact_Brain_C3_cv30.mzML | 1 | 1,774 | 149 | 57 | 32 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C3_cv40.raw | Hubmap_Intact_Brain_C3_cv40.mzML | 1 | 2,609 | 207 | 106 | 48 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C3_cv50.raw | Hubmap_Intact_Brain_C3_cv50.mzML | 1 | 2,684 | 131 | 75 | 36 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C4_cv30.raw | Hubmap_Intact_Brain_C4_cv30.mzML | 1 | 2,009 | 250 | 108 | 50 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C4_cv40.raw | Hubmap_Intact_Brain_C4_cv40.mzML | 1 | 2,662 | 344 | 181 | 75 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C4_cv50.raw | Hubmap_Intact_Brain_C4_cv50.mzML | 1 | 2,639 | 263 | 173 | 63 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C5_cv30.raw | Hubmap_Intact_Brain_C5_cv30.mzML | 1 | 1,987 | 164 | 73 | 35 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C5_cv40.raw | Hubmap_Intact_Brain_C5_cv40.mzML | 1 | 2,512 | 310 | 162 | 61 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_Intact_Brain_C5_cv50.raw | Hubmap_Intact_Brain_C5_cv50.mzML | 1 | 2,826 | 195 | 120 | 47 | Rat | Orbitrap Eclipse | HCD | Female brain | RPLC | null | Yes |
MSV000089163 | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R1_B4.raw | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R1_B4.mzML | 1 | 6 | 2 | 2 | 2 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R2_B3.raw | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R2_B3.mzML | 1 | 6,102 | 913 | 359 | 152 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R3_B4.raw | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R3_B4.mzML | 1 | 5,884 | 866 | 343 | 147 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R4_B5.raw | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R4_B5.mzML | 1 | 5,965 | 965 | 363 | 145 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R5_B6.raw | Hubmap_nanoPOTS_top_down_Glass_0pt1DDM_R5_B6.mzML | 1 | 5,152 | 631 | 252 | 110 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R1.raw | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R1.mzML | 1 | 6,623 | 984 | 338 | 147 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R2.raw | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R2.mzML | 1 | 6,510 | 1,074 | 435 | 173 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R3.raw | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R3.mzML | 1 | 5,362 | 610 | 238 | 103 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R4.raw | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R4.mzML | 1 | 6,649 | 1,063 | 395 | 153 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
MSV000089163 | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R5.raw | Hubmap_nanoPOTS_top_down_PP_0pt1DDM_R5.mzML | 1 | 6,885 | 1,096 | 402 | 165 | Rat | Orbitrap Fusion Lumos | HCD | Female brain | RPLC | null | No |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | Hubmap_Intact_Brain_A1_cv30.mzML | null | null | null | null | null | null | null | null | null | null | null | null |
End of preview.