Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhang314 committed Aug 20, 2019
1 parent 6339b2f commit 4288d71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ There are two predictors (two sets of coefficients) built based on same set of 1


## How to use the predictor
```console
Rscript pred.R -i input_file -o output_file -a age_file
```

> input_file: a R object file which contains the DNA methylation information for individuals (N * M matrix). N is the number of individuals and M is the number of CpG sites. Beta value is used as DNA methylation measurement.
Expand All @@ -15,8 +17,9 @@ Rscript pred.R -i input_file -o output_file -a age_file
## Examples
##### please use this example to test whether the preditor can work properly in your working environment
```console
Rscript pred.R -i data.rds -o age.pred -a data.age

```

## Contact us
If you have any problems about the code and predictor, please contact us: [email protected]
Expand Down

0 comments on commit 4288d71

Please sign in to comment.