N-DATA: A Network Assisted Method to Analyzing De Novo Variants

Installation

To install the software for N-DATA, you need package devtools first

if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
library(devtools)

Then, you can install N-DATA

install_github("JustinaXie/NDATA")

Acknowledgement

Part of the code is modified from DAWN http://www.compgen.pitt.edu/DAWN/DAWN_homepage.htm and GWAS with MRF pathway http://zhaocenter.org/softwares/. We thank the authors for sharing the code.

We thank Jin et al. (PMID:28991257)for sharing the de novo variant data of CHD

Please cite the N-DATA manuscript(https://www.medrxiv.org/content/10.1101/2021.11.30.21267069v1) if you would like to use our software.



JustinaXie/NDATA documentation built on May 22, 2022, 11:44 a.m.