SDRF for PXD063467#21
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
📝 WalkthroughWalkthroughTwo new SDRF annotation files are added for dataset ChangesPXD063467 SDRF Annotation Files
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 6
🧹 Nitpick comments (1)
datasets/PXD063467/PXD063467_dda.sdrf (1)
98-196: 💤 Low valueRemove excessive trailing blank lines.
The file contains 99 trailing blank lines after the last data row. While these don't break parsing, they unnecessarily increase file size and reduce readability.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@datasets/PXD063467/PXD063467_dda.sdrf` around lines 98 - 196, The file contains 99 trailing blank lines after the last data row in the range from line 98 to line 196. Remove all these excessive trailing blank lines to reduce file size and improve readability. Ensure the file ends immediately after the last data row without any unnecessary whitespace or blank lines at the end.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@datasets/PXD063467/PXD063467_dda.sdrf`:
- Line 1: The file is named PXD063467_dda.sdrf but the CI validation pipeline
only processes files matching the pattern *.sdrf.tsv. The missing .tsv extension
means this file will be completely skipped during automated validation. Rename
the file from PXD063467_dda.sdrf to PXD063467_dda.sdrf.tsv to ensure it is
properly validated by the validation script and GitHub Actions workflow.
- Line 91: The source name PXD063467_HCM42_Empa_low5 indicates biological
replicate 5, but the characteristics biological replicate field contains 6,
creating an inconsistency. Resolve this by choosing one approach: either rename
the source name to PXD063467_HCM42_Empa_low6 to match the replicate number 6 in
the characteristics field, or change the biological replicate value from 6 to 5
to match the source name suffix. Ensure consistency between the source name and
the biological replicate field value.
In `@datasets/PXD063467/PXD063467_dia.sdrf`:
- Line 1: The file name PXD063467_dia.sdrf is missing the required .tsv
extension that the CI validation scripts and GitHub Actions workflow expect to
match the pattern *.sdrf.tsv. Rename the file from PXD063467_dia.sdrf to
PXD063467_dia.sdrf.tsv so that it will be properly detected and validated by the
automated validation processes.
- Line 66: The data file reference for the PXD063467_HCM17_Cana_low5 sample
contains "DDA" in the filename (HCM17_DDA_GC8_1_4283.d) but the row specifies
"data-independent acquisition" in the proteomics data acquisition method column,
which is inconsistent with the DIA nature of the dataset and all other 95 rows
that correctly reference DIA files. Replace the data file reference from
HCM17_DDA_GC8_1_4283.d to HCM17_DIA_GC8_1_4283.d to align with the declared
acquisition method and match the naming convention used in the rest of the
dataset.
- Line 91: The source name PXD063467_HCM42_Empa_low5 indicates biological
replicate 5, but the biological replicate field contains value 6, creating an
inconsistency. To fix this, either rename the source name from
PXD063467_HCM42_Empa_low5 to PXD063467_HCM42_Empa_low6 to match the replicate
number 6, or change the biological replicate field value from 6 to 5 to match
the source name suffix. Choose one approach and apply the same fix to the
corresponding line in the DDA SDRF file.
- Line 44: The SDRF version is inconsistent across the file. The row for
PXD063467_43_Empa_high1 declares the comment[sdrf version] as v1.1.1 while all
other 95 rows use v1.1.0. Locate the PXD063467_43_Empa_high1 row and change the
SDRF version value from v1.1.1 to v1.1.0 to ensure consistency throughout the
file.
---
Nitpick comments:
In `@datasets/PXD063467/PXD063467_dda.sdrf`:
- Around line 98-196: The file contains 99 trailing blank lines after the last
data row in the range from line 98 to line 196. Remove all these excessive
trailing blank lines to reduce file size and improve readability. Ensure the
file ends immediately after the last data row without any unnecessary whitespace
or blank lines at the end.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 7c5db40b-5b1e-49e3-b0b7-2ee4126ab61b
📒 Files selected for processing (2)
datasets/PXD063467/PXD063467_dda.sdrfdatasets/PXD063467/PXD063467_dia.sdrf
| @@ -0,0 +1,195 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
There was a problem hiding this comment.
Critical: File extension must be .sdrf.tsv for CI validation.
The filename PXD063467_dda.sdrf is missing the .tsv extension. Both the validation script and the GitHub Actions workflow only process files matching the pattern *.sdrf.tsv, so this file will be skipped entirely during automated validation.
Rename to: PXD063467_dda.sdrf.tsv
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@datasets/PXD063467/PXD063467_dda.sdrf` at line 1, The file is named
PXD063467_dda.sdrf but the CI validation pipeline only processes files matching
the pattern *.sdrf.tsv. The missing .tsv extension means this file will be
completely skipped during automated validation. Rename the file from
PXD063467_dda.sdrf to PXD063467_dda.sdrf.tsv to ensure it is properly validated
by the validation script and GitHub Actions workflow.
| PXD063467_HCM39_Empa_low3 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 3 10 nM 24 hour HCM39_DDA_GA4_1_4337 proteomic profiling by mass spectrometry 1 1 data-dependent acquisition "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Nethylmaleimide;MT=Variable;TA=C;AC=Unimod:108" "NT=NEM:2H(5);MT=Variable;TA=C;AC=Unimod:776" HCM39_DDA_GA4_1_4337.d v1.1.0 manual curation | ||
| PXD063467_HCM40_Empa_low4 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 4 10 nM 24 hour HCM40_DDA_GA1_1_4240 proteomic profiling by mass spectrometry 1 1 data-dependent acquisition "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Nethylmaleimide;MT=Variable;TA=C;AC=Unimod:108" "NT=NEM:2H(5);MT=Variable;TA=C;AC=Unimod:776" HCM40_DDA_GA1_1_4240.d v1.1.0 manual curation | ||
| PXD063467_HCM41_Empa_low5 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 5 10 nM 24 hour HCM41_DDA_GA5_1_4244 proteomic profiling by mass spectrometry 1 1 data-dependent acquisition "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Nethylmaleimide;MT=Variable;TA=C;AC=Unimod:108" "NT=NEM:2H(5);MT=Variable;TA=C;AC=Unimod:776" HCM41_DDA_GA5_1_4244.d v1.1.0 manual curation | ||
| PXD063467_HCM42_Empa_low5 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 6 10 nM 24 hour HCM42_DDA_GA7_1_4246 proteomic profiling by mass spectrometry 1 1 data-dependent acquisition "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Nethylmaleimide;MT=Variable;TA=C;AC=Unimod:108" "NT=NEM:2H(5);MT=Variable;TA=C;AC=Unimod:776" HCM42_DDA_GA7_1_4246.d v1.1.0 manual curation |
There was a problem hiding this comment.
Source name and biological replicate mismatch.
The source name PXD063467_HCM42_Empa_low5 suggests biological replicate 5, but the characteristics[biological replicate] field contains 6. This inconsistency may cause confusion in downstream analysis.
Expected: Either rename to PXD063467_HCM42_Empa_low6 or correct the replicate number to 5.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@datasets/PXD063467/PXD063467_dda.sdrf` at line 91, The source name
PXD063467_HCM42_Empa_low5 indicates biological replicate 5, but the
characteristics biological replicate field contains 6, creating an
inconsistency. Resolve this by choosing one approach: either rename the source
name to PXD063467_HCM42_Empa_low6 to match the replicate number 6 in the
characteristics field, or change the biological replicate value from 6 to 5 to
match the source name suffix. Ensure consistency between the source name and the
biological replicate field value.
| @@ -0,0 +1,97 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[dia method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
There was a problem hiding this comment.
Critical: File extension must be .sdrf.tsv for CI validation.
The filename PXD063467_dia.sdrf is missing the .tsv extension. Both the validation script and the GitHub Actions workflow only process files matching the pattern *.sdrf.tsv, so this file will be skipped entirely during automated validation.
Rename to: PXD063467_dia.sdrf.tsv
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@datasets/PXD063467/PXD063467_dia.sdrf` at line 1, The file name
PXD063467_dia.sdrf is missing the required .tsv extension that the CI validation
scripts and GitHub Actions workflow expect to match the pattern *.sdrf.tsv.
Rename the file from PXD063467_dia.sdrf to PXD063467_dia.sdrf.tsv so that it
will be properly detected and validated by the automated validation processes.
| PXD063467_40_Empa_low4 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available empagliflozin 4 10 nM 24 hour 40_AC16_DIA_GD4_1_4065 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 40_AC16_DIA_GD4_1_4065.d v1.1.0 manual curation | ||
| PXD063467_41_Empa_low5 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available empagliflozin 5 10 nM 24 hour 41_AC16_DIA_GD5_1_4066 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 41_AC16_DIA_GD5_1_4066.d v1.1.0 manual curation | ||
| PXD063467_42_Empa_low6 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available empagliflozin 6 10 nM 24 hour 42_AC16_DIA_GD6_1_4067 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 42_AC16_DIA_GD6_1_4067.d v1.1.0 manual curation | ||
| PXD063467_43_Empa_high1 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available empagliflozin 1 10 uM 24 hour 43_AC16_DIA_GD7_1_4068 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 43_AC16_DIA_GD7_1_4068.d v1.1.1 manual curation |
There was a problem hiding this comment.
Inconsistent SDRF version across rows.
Row for PXD063467_43_Empa_high1 declares comment[sdrf version] as v1.1.1, while all other 95 rows use v1.1.0. The SDRF version should be consistent throughout a single file.
Please verify the intended version and standardize all rows.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@datasets/PXD063467/PXD063467_dia.sdrf` at line 44, The SDRF version is
inconsistent across the file. The row for PXD063467_43_Empa_high1 declares the
comment[sdrf version] as v1.1.1 while all other 95 rows use v1.1.0. Locate the
PXD063467_43_Empa_high1 row and change the SDRF version value from v1.1.1 to
v1.1.0 to ensure consistency throughout the file.
| PXD063467_HCM39_Empa_low3 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 3 10 nM 24 hour HCM39_DIA_GA4_1_4305 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" HCM39_DIA_GA4_1_4305.d v1.1.0 manual curation | ||
| PXD063467_HCM40_Empa_low4 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 4 10 nM 24 hour HCM40_DIA_GA1_1_4272 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" HCM40_DIA_GA1_1_4272.d v1.1.0 manual curation | ||
| PXD063467_HCM41_Empa_low5 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 5 10 nM 24 hour HCM41_DIA_GA5_1_4276 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" HCM41_DIA_GA5_1_4276.d v1.1.0 manual curation | ||
| PXD063467_HCM42_Empa_low5 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 6 10 nM 24 hour HCM42_DIA_GA7_1_4278 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" HCM42_DIA_GA7_1_4278.d v1.1.0 manual curation |
There was a problem hiding this comment.
Source name and biological replicate mismatch.
The source name PXD063467_HCM42_Empa_low5 suggests biological replicate 5, but the characteristics[biological replicate] field contains 6. This inconsistency may cause confusion in downstream analysis.
Expected: Either rename to PXD063467_HCM42_Empa_low6 or correct the replicate number to 5.
Note: This same issue exists in the DDA SDRF file at line 91.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@datasets/PXD063467/PXD063467_dia.sdrf` at line 91, The source name
PXD063467_HCM42_Empa_low5 indicates biological replicate 5, but the biological
replicate field contains value 6, creating an inconsistency. To fix this, either
rename the source name from PXD063467_HCM42_Empa_low5 to
PXD063467_HCM42_Empa_low6 to match the replicate number 6, or change the
biological replicate field value from 6 to 5 to match the source name suffix.
Choose one approach and apply the same fix to the corresponding line in the DDA
SDRF file.
|
@liza-d1 I checked your file with validator to produce the same error you have mentioned but I was not able to reproduce it. Can you please confirm the templates you used for validation? Thanks! |
There was a problem hiding this comment.
Pull request overview
This PR adds SDRF annotations for PRIDE dataset PXD063467, split into separate metadata sheets for DDA and DIA analyses, under datasets/PXD063467/.
Changes:
- Added a DIA SDRF containing sample/treatment metadata and DIA-specific method fields.
- Added a DDA SDRF containing sample/treatment metadata and DDA-specific method fields.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 13 comments.
| File | Description |
|---|---|
datasets/PXD063467/PXD063467_dia.sdrf |
New DIA SDRF annotation for PXD063467 samples/runs. |
datasets/PXD063467/PXD063467_dda.sdrf |
New DDA SDRF annotation for PXD063467 samples/runs (currently includes trailing empty rows). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,97 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[dia method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
| @@ -0,0 +1,195 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
| @@ -0,0 +1,97 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[dia method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
| @@ -0,0 +1,195 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
| @@ -0,0 +1,97 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[dia method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
| PXD063467_1_Control1 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available not applicable 1 not applicable not applicable 1_AC16_DIA_GA1_1_4032 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 1_AC16_DIA_GA1_1_4032.d v1.1.0 manual curation | |||
| PXD063467_HCM39_Empa_low3 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 3 10 nM 24 hour HCM39_DIA_GA4_1_4305 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" HCM39_DIA_GA4_1_4305.d v1.1.0 manual curation | ||
| PXD063467_HCM40_Empa_low4 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 4 10 nM 24 hour HCM40_DIA_GA1_1_4272 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" HCM40_DIA_GA1_1_4272.d v1.1.0 manual curation | ||
| PXD063467_HCM41_Empa_low5 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 5 10 nM 24 hour HCM41_DIA_GA5_1_4276 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" HCM41_DIA_GA5_1_4276.d v1.1.0 manual curation | ||
| PXD063467_HCM42_Empa_low5 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 6 10 nM 24 hour HCM42_DIA_GA7_1_4278 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" HCM42_DIA_GA7_1_4278.d v1.1.0 manual curation |
| PXD063467_HCM39_Empa_low3 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 3 10 nM 24 hour HCM39_DDA_GA4_1_4337 proteomic profiling by mass spectrometry 1 1 data-dependent acquisition "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Nethylmaleimide;MT=Variable;TA=C;AC=Unimod:108" "NT=NEM:2H(5);MT=Variable;TA=C;AC=Unimod:776" HCM39_DDA_GA4_1_4337.d v1.1.0 manual curation | ||
| PXD063467_HCM40_Empa_low4 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 4 10 nM 24 hour HCM40_DDA_GA1_1_4240 proteomic profiling by mass spectrometry 1 1 data-dependent acquisition "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Nethylmaleimide;MT=Variable;TA=C;AC=Unimod:108" "NT=NEM:2H(5);MT=Variable;TA=C;AC=Unimod:776" HCM40_DDA_GA1_1_4240.d v1.1.0 manual curation | ||
| PXD063467_HCM41_Empa_low5 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 5 10 nM 24 hour HCM41_DDA_GA5_1_4244 proteomic profiling by mass spectrometry 1 1 data-dependent acquisition "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Nethylmaleimide;MT=Variable;TA=C;AC=Unimod:108" "NT=NEM:2H(5);MT=Variable;TA=C;AC=Unimod:776" HCM41_DDA_GA5_1_4244.d v1.1.0 manual curation | ||
| PXD063467_HCM42_Empa_low5 Homo sapiens heart normal HCM not available not available PromoCell not available not available empagliflozin 6 10 nM 24 hour HCM42_DDA_GA7_1_4246 proteomic profiling by mass spectrometry 1 1 data-dependent acquisition "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Nethylmaleimide;MT=Variable;TA=C;AC=Unimod:108" "NT=NEM:2H(5);MT=Variable;TA=C;AC=Unimod:776" HCM42_DDA_GA7_1_4246.d v1.1.0 manual curation |
| PXD063467_40_Empa_low4 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available empagliflozin 4 10 nM 24 hour 40_AC16_DIA_GD4_1_4065 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 40_AC16_DIA_GD4_1_4065.d v1.1.0 manual curation | ||
| PXD063467_41_Empa_low5 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available empagliflozin 5 10 nM 24 hour 41_AC16_DIA_GD5_1_4066 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 41_AC16_DIA_GD5_1_4066.d v1.1.0 manual curation | ||
| PXD063467_42_Empa_low6 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available empagliflozin 6 10 nM 24 hour 42_AC16_DIA_GD6_1_4067 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 42_AC16_DIA_GD6_1_4067.d v1.1.0 manual curation | ||
| PXD063467_43_Empa_high1 Homo sapiens heart normal AC16 CVCL_4U18 AC16 [Human hybrid cardiomyocyte] Merck not available not available empagliflozin 1 10 uM 24 hour 43_AC16_DIA_GD7_1_4068 proteomic profiling by mass spectrometry 1 2 data-independent acquisition "NT=diaPASEF;AC=PRIDE:0000650" "NT=timsTOF HT;AC=MS:1003404" "NT=Trypsin;AC=MS:1001251" label free sample "NT=TCEP;AC=PRIDE:0000609" "NT=NEM;AC=PRIDE:0000606" "NT=Oxidation;MT=Variable;TA=M;AC=Unimod:35" "NT=Met-loss;MT=Variable;TA=M;AC=Unimod:765" 43_AC16_DIA_GD7_1_4068.d v1.1.1 manual curation |
| @@ -0,0 +1,97 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[dia method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
| @@ -0,0 +1,195 @@ | |||
| source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell line] characteristics[cellosaurus accession] characteristics[cellosaurus name] characteristics[biorepository] characteristics[age] characteristics[sex] characteristics[compound] characteristics[biological replicate] characteristics[compound] characteristics[exposure duration] assay name technology type comment[fraction identifier] comment[technical replicate] comment[proteomics data acquisition method] comment[instrument] comment[cleavage agent details] comment[label] comment[reduction reagent] comment[alkylation reagent] comment[modification parameters] comment[modification parameters] comment[modification parameters] comment[data file] comment[sdrf version] comment[sdrf annotation tool] | |||
Hello!
My name is Lisa. I have created a SDRF annotation for data from PXD063467 project on PRIDE. I split it into two SDRF (for DDA and DIA analysis), however I still have a problem with PXD063467_dda.sdrf.tsv validation - for some reason, the validator (https://www.ebi.ac.uk/pride/services/sdrf-validator?utm_source=chatgpt.com) won`t accept "data-dependent acquisition" in comment[proteomics data acquisition method] column. I will try to figure it out, but any suggestions will be greatly appreciated. Otherwise, both annotations were validated and checked manually against the publication.
Best regards!
Summary by CodeRabbit