Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
christianholland committed Aug 30, 2019
1 parent 38163be commit fc3d203
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions analyses/progeny_benchmark/progeny_benchmark_pipeline.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Benchmark PROGENy on mouse and human single gene/drug perturbation data"
title: "Benchmark PROGENy on mouse and human pathway perturbation data"
author: "Christian Holland"
date: "05/03/2018"
output: html_document
Expand Down Expand Up @@ -49,11 +49,6 @@ M_human = read.csv("data/progeny_benchmark/models/progeny_matrix_human_v1.csv",
M_mouse = read.csv("data/progeny_benchmark/models/progeny_matrix_mouse_v1.csv",
row.names=1, check.names = F)
M_mouse %>% rownames_to_column("gene") %>%
gather(pathway, weight, -gene) %>%
filter(weight != 0) %>%
as_tibble() %>%
count(pathway)
# load expression
expr = readRDS("output/progeny_benchmark/progeny_input.rds") %>%
Expand Down

0 comments on commit fc3d203

Please sign in to comment.