Skip to content

Commit

Permalink
Update netvis_portal.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent f644bcc commit 0e9e499
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/netvis_portal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ function usage() {
echo 'signet -v [OPTION VAL] ...'
echo -e '\n'
echo 'Description:'
echo ' --Afreq matrix of edge frequencies from bootstrap results'
echo ' --Afreq matrix of regulation frequencies from bootstrap results'
echo ' --freq bootstrap frequecy for the visualization'
echo ' --ntop number of top sub-networks to visualize'
echo ' --coef coefficient of estimation for the original dataset'
echo ' --vis.genepos gene position file'
echo ' --id NCBI taxonomy id, e.g. 9606 for Homo sapiens, 10090 for Mus musculus'
echo ' --assembly genome assembly, e.g. hg38 for Homo sapiens, mm10 for Mus musculus'
echo ' --tf transcirption factor file, you don't have to specify any file if it's for human'
echo ' --id NCBI taxonomy id, e.g. 9606 for Homo Sapiens, 10090 for Mus musculus'
echo ' --assembly genome assembly, e.g. hg38 for Homo Sapiens, mm10 for Mus musculus'
echo ' --tf transcirption factor file, only sepecified for non-human data'
echo ' --resv result prefix'
echo ' --help usage'
exit -1
Expand Down

0 comments on commit 0e9e499

Please sign in to comment.