Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
---
title: "N-DATA"
output: no
---
## N-DATA: A Network Assisted Method to Analyzing De Novo Variants
* Yuhan Xie, Wei Jiang, Weilai Dong, Hongyu Li, Sheng Chih Jin, Martina Brueckner, Hongyu Zhao
## Installation
To install the software for *N-DATA*, you need package *devtools* first
```{R}
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
library(devtools)
```
Then, you can install *N-DATA*
```{R}
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.