Skip to content

Commit

Permalink
Update pparg dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesol committed Jan 20, 2022
1 parent 17b291f commit 784f0a7
Show file tree
Hide file tree
Showing 3 changed files with 3,213 additions and 3,213 deletions.
2 changes: 1 addition & 1 deletion data-raw/pparg.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ minrank.mat[order_icm, 2] <- 1:n

min.rank <- apply(minrank.mat, 1, min)
pparg$minr_id <- pparg$surf_id
pparg$minr_scores <- min.rank
pparg$minr_scores <- -min.rank
pparg$minr_actives <- pparg$surf_actives

# Create maximum z-score consensus of surf & icm
Expand Down
Loading

0 comments on commit 784f0a7

Please sign in to comment.