Jack Humphrey
Jack Humphrey
Hi Jess. Please try again with an older version of R if you have it, R 4.0 or earlier. We're aware of this issue, it's a problem for a lot...
it looks like your chromosomes aren't being recognised. What genome build are you using? What happens when you include the --checkchrom flag?
Hi all, This is something I've neglected for too long, my apologies. I now maintain a standalone Leafviz R package that works on Mac and Windows for users to work...
The following worked for me recently on R 4.2 on an M1 macbook: ``` install.packages("remotes") remotes::install_github("stan-dev/rstantools") remotes::install_github("davidaknowles/leafcutter/leafcutter", ref = "psi_2019") ```
@davidaknowles we should really replace this example with remotes instead of devtools, much quicker installation.
Hi Cindy, we don't have that feature right now, but if you're interested in visualising your sQTLs then you can look into running sqtlviztools, a rough R package for doing...
Hi both, we think this is due to the stan installation. see #87 for latest installation instructions
which version of R are you using? I don't see that error when running prepare_results.R
can you try changing line 201 to ``` cluster_ensemblID
Hi there, Try regenerating the annotations from the same GTF you used in alignment using gtf2leafcutter.pl