Skip to content

Example code to apply the Rare Variant Influential Filtering Tool (RIFT)

Notifications You must be signed in to change notification settings

rachelzoeb/rift-example-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#README for rift_example_code

rift_run.R contains code to read in example data and apply the RIFT method
rift_functions.R contains functions used in rift_run.R 
rift_example_data.txt is an example dataset 

Dependencies: you will need to install SKAT and dplyr libraries in R, code to do this is below
install.packages("SKAT")
install.packages("dplyr")

For questions, please email [email protected]

About

Example code to apply the Rare Variant Influential Filtering Tool (RIFT)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages