Skip to content

Commit

Permalink
Update 3d_normalized_pathways.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrewcow authored May 26, 2023
1 parent 11b430a commit a372b31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 3d_normalized_pathways.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
library(escape)
#perform standart escape analysis to ES2 object

axdev <- aggregate(lyd_RGC$GOBP_AXON_DEVELOPMENT, list(lyd_RGC$annotation, lyd_RGC$background), FUN = mean)
axdev$axdev <- fun_range(x = axdev$x)
opnm <- aggregate(lyd_RGC$GOBP_OPTIC_NERVE_MORPHOGENESIS, list(lyd_RGC$annotation, lyd_RGC$background), FUN = mean)
Expand Down

0 comments on commit a372b31

Please sign in to comment.