Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladpetyuk committed May 11, 2024
1 parent 7eba10e commit c1f1a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ptm_adjustment_by_global.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ adjust_for_parent_protein_profiles <- function(m_ptm, m_global){

# sample alignment
common_samples <- intersect(sampleNames(m_ptm), sampleNames(m_global))
stopifnot(length(common_samples) < 2)
stopifnot(length(common_samples) > 2)
m_ptm <- m_ptm[,common_samples]
m_global <- m_global[,common_samples]

Expand Down

0 comments on commit c1f1a67

Please sign in to comment.