Skip to content

jackhump/sqtlviztools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sQTLviztools

An R package and associated scripts for visualisation splicing quantitative trait loci (sQTLs).

Citing sQTLviztools

If you use sQTLviztools in your work, please cite the following two papers:

Installation

  1. clone the sqtlviztools repo
git clone https://github.com/jackhump/sqtlviztools.git 
  1. install the R package and any dependencies

in R:

install.packages("remotes")
remotes::install_github("jackhump/sQTLviztools")

Running the example data

I picked a SNP / intron cluster pair at random from the ROSMAP shiny app - https://rajlab.shinyapps.io/sQTLviz_ROSMAP/

In the examples folder there is a toy version of each file you'll need to visualise sQTLs.

  1. Create the example Rdata file

on the command line:

cd sqtlviztools/
Rscript prepare_example.R
  1. Run the example Shiny app
cd shiny/
Rscript shiny/run_shiny.R

Please raise an issue on this github if you can't get the example app working.

About

functions for sQTL visualisation

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages