Mercurial > repos > greg > ks_distribution
comparison ks_distribution.R @ 26:da8615a486fe draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 10:00:41 -0400 |
parents | 492ef68d73f7 |
children | 23c0f5c519ac |
comparison
equal
deleted
inserted
replaced
25:bf528b77e0c9 | 26:da8615a486fe |
---|---|
1 #!/usr/bin/env Rscript | 1 #!/usr/bin/env Rscript |
2 | 2 |
3 suppressPackageStartupMessages(library("optparse")) | 3 suppressPackageStartupMessages(library("optparse")) |
4 suppressPackageStartupMessages(library("rjson")) | |
4 | 5 |
5 option_list <- list( | 6 option_list <- list( |
6 make_option(c("-c", "--components_input"), action="store", dest="components_input", help="Ks significant components input dataset"), | 7 make_option(c("-c", "--components_input"), action="store", dest="components_input", help="Ks significant components input dataset"), |
7 make_option(c("-k", "--kaks_input"), action="store", dest="kaks_input", help="KaKs analysis input dataset"), | 8 make_option(c("-k", "--kaks_input"), action="store", dest="kaks_input", help="KaKs analysis input dataset"), |
8 make_option(c("-n", "--num_comp"), action="store", dest="num_comp", type="integer", help="Number of significant components in the Ks distribution"), | 9 make_option(c("-n", "--num_comp"), action="store", dest="num_comp", type="integer", help="Number of significant components in the Ks distribution"), |