Skip to content

Commit

Permalink
adding the scores of proteins to feature file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Aug 16, 2023
1 parent 26d7053 commit 5d0e5d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/quantmsio/quantms_io/tests/test_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ def generate_random_feature():
"protein_accessions": ["P12345", "P67890"],
"protein_start_positions": [10, 50],
"protein_end_positions": [30, 70],
"protein_global_qvalue": random.uniform(0.0, 0.1),
"protein_best_id_score": f"Score{random.randint(1, 10)}: {random.uniform(0.0, 1.0)}",
"unique": random.randint(0, 1),
"modifications": ["Phospho", "Acetyl"],
"retention_time": random.uniform(40.0, 50.0),
Expand Down

0 comments on commit 5d0e5d0

Please sign in to comment.