Skip to content

Commit

Permalink
pg_protein_accessions as protein:id
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-krismer committed Aug 26, 2024
1 parent 4038f7a commit 6376996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/data_analysis_single_dose_treatment_workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ data_filtered_uniprot <- data_filtered_proteotypic %>%
assign_peptide_type(
aa_before = aa_before,
last_aa = last_aa,
aa_after = aa_after
aa_after = aa_after,
protein_id = pg_protein_accessions
) %>%
calculate_sequence_coverage(
protein_sequence = sequence,
Expand Down

0 comments on commit 6376996

Please sign in to comment.