Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MAINT: Remove extraneous comment
  • Loading branch information
pan14001 committed Feb 7, 2017
1 parent 7b25c4f commit bfc246a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions analysis-only_overlap.R
Expand Up @@ -105,10 +105,6 @@ controls_all <- merge(wells, filter(wells_layout, ! is.na(control))) %>%
summarise(n = sum(n), n_coloc = sum(n_coloc), coloc = n_coloc / n)
print(controls_all)

## wells_repeated <- group_by(wells_all, symbol) %>%
## summarise(n = n(), m = mean(p_value), sd = sd(p_value)) %>%
## filter(n > 1)

## Apply statistical significance test.
##
## Prof. Mellone suggested aggregating all the RNAi well counts in the
Expand Down

0 comments on commit bfc246a

Please sign in to comment.