Skip to content

Commit

Permalink
Fix wrong perturbation assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
christianholland committed May 24, 2019
1 parent c69b87c commit e74a0da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ knockdown_mapping = tibble(
"INHIBITION (ERK inhibitor U0126)", "VR", "L540Q point mutation",
"Stat1 delta alpha (da), deficient for STAT1 dimer with C-termina",
"Stat1 delta beta (db), deficient for STAT1 dimer without C-termi",
" APC(Min/+) mutant", "Drug","knockdown")
" APC(Min/+) mutant", "Drug","knockdown", "PTEN F341V")
) %>%
mutate(perturbation = "knockdown",
sign=-1)
Expand All @@ -148,7 +148,7 @@ overexpression_mapping = tibble(
"Selective cardiac induced overexpression of the gene for in male",
"Actvation of gene product","Induction",
"Activation (deltaNB-cateninER transgenics)",
"overexpression", "PTEN F341V", NA,
"overexpression", NA,
"transient expression of constitutively active IKKβ(E",
"expression of a constitutively active allele of the IÎ&ord",
"Activation")
Expand Down

0 comments on commit e74a0da

Please sign in to comment.