Mercurial > repos > greg > ks_distribution
comparison ks_distribution.R @ 13:1f6943662833 draft
Uploaded
author | greg |
---|---|
date | Fri, 23 Jun 2017 14:26:53 -0400 |
parents | 214e2710c51e |
children | b77b3f8781cd |
comparison
equal
deleted
inserted
replaced
12:98f1be4042fb | 13:1f6943662833 |
---|---|
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"), |