Skip to content

Commit

Permalink
Update cis_portal.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent ee2a3dd commit 3a95452
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions script/cis_portal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ function usage() {
echo 'signet -c [OPTION VAL] ...'
echo -e '\n'
echo 'Description:'
echo ' --gexp gene expression file after matching with genotype data'
echo " --gexp.withpc gene expression file without adjusting for principal components, after matching with genotype data"
echo ' --geno genotype file after matching with gene expression data'
echo ' --gexp file of gene expressions adjusted for all covariates, matched with genotype data'
echo " --gexp.withpc file of gene expressions adjusted for all covariates other than top PCs, matched with genotype data"
echo ' --geno file of genotype data matched with gene expression data'
echo ' --map snps map file path'
echo ' --maf snps maf file path'
echo ' --gene_pos gene position file'
echo ' --alpha | -a significance level for cis-eQTL'
echo ' --nperms number of permutations'
echo ' --upstream upstream region to flank the genetic region '
echo ' --downstram downstream region to flank the genetic region'
echo ' --upstream number of base pairs upstream the genetic region'
echo ' --downstram number of base paris downstream the genetic region'
echo ' --resc result prefix'
echo ' --help | -h user guide'
}
Expand Down

0 comments on commit 3a95452

Please sign in to comment.