Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/mode_cis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cis-xQTL analysis in APEX uses either a) ordinary least squares (OLS) or b) a li
**Example command:** <br />
`./apex cis --vcf {vcf} --bed {trait-file} --cov {covariate-file} --prefix {out-name} --long` <br />

**Output files.** The above command generates 3 output files, `{out-name}.cis_sumstats.tsv.gz`, `{out-name}.cis_gene_table.tsv.gz`, `{out-name}.cis_long_table.tsv.gz`. The `cis_sumstats` output file contains association score statistics in a condensed format, which can be used for downstream analysis with the command `./apex meta`. Human-readable output files are described below: <br />
**Output files.** The above command generates 5 output files, `{out-name}.cis_sumstats.txt.gz`, `{out-name}.cis_sumstats.txt.gz.csi`, `{out-name}.cis_gene_table.txt.gz`, `{out-name}.cis_gene_table.txt.gz.csi`, `{out-name}.cis_long_table.txt.gz`. The `cis_sumstats` output file contains association score statistics in a condensed format, which can be used for downstream analysis with the command `./apex meta`. Human-readable output files are described below: <br />

`*.cis_long_table.tsv.gz` (flag `--long`) columns:
1. `#chrom` : Variant chromosome.
Expand Down
2 changes: 1 addition & 1 deletion doc/mode_store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that APEX vcov files capture covariated-adjusted LD (the covariance of geno
**Example command:** <br />
`./apex store --vcf {vcf} --bed {trait-file} --cov {covariate-file} --prefix {out-name}` <br />

**Output files.** The above command generates 3 output files, `{out-name}.vcov.bin`, `{out-name}.vcov.idx.gz`, `{out-name}.cis_long_table.tsv.gz`. These files store LD data, LD index and covariate adjustment terms, and tabix index respectively. In general, these files are not intended to be human-readable, but can be queried and used for multiple-variant analysis using `apex meta` and `apexR`. <br />
**Output files.** The above command generates 3 output files, `{out-name}.vcov.bin`, `{out-name}.vcov.idx.gz`, `{out-name}.vcov.idx.gz.csi`. These files store LD data, LD index and covariate adjustment terms, and tabix index respectively. In general, these files are not intended to be human-readable, but can be queried and used for multiple-variant analysis using `apex meta` and `apexR`. <br />

## Command line arguments
A partial list of options is given below. Please run `./apex store --help` to see a complete list of command line flags and options.
Expand Down