Jack Humphrey
Jack Humphrey
I've considered adding this as part of the standalone LeafViz app. @GarrettJenkinson do you have any visualisation code that we could include?
Hi Dalila, Great idea! For 2. I'll implement covariate PCAs for LeafViz.
thanks for that David. I think stringr should already be a listed dependency. The function set_rownames comes from **magrittr** so you'll need to add that if it isn't already.
that's now done. I've deployed the latest changes to https://leafcutter.shinyapps.io/leafviz/
script is here: https://github.com/davidaknowles/leafcutter/blob/psi_2019/scripts/leafcutter_quantify_psi.R
Yang, should we merge this PR? #146
Apologies for the delay, are you still having this issue? Can you confirm whether this was on an example RData file or a file you generated yourself?
@davidaknowles
Hi all, I had to re-install Leafcutter today due to my HPC updating R. I used the following recipe and it succeeded. ``` conda create -n leafcutter conda activate leafcutter...