Skip to content
Dhoha Abid edited this page Oct 28, 2022 · 3 revisions

Parameters

-b flag for BART run.

--p_in_expr_target log2 fold-changes of expression levels of the target genes. A .tsv file, rows and columns are indexed by the target gene ids and sample ids

--p_in_expr_reg log2 fold-changes of expression levels of the regulators. A .tsv file, rows and columns are indexed by the regulator ids and sample ids.

--bart_ntree number of trees for BART (default 50)

--bart_slurm_ntasks number of tasks for SLURM run. This parameter works only if flag_slurm is "ON".

--p_out_dir path of the output directory for NetProphet results.

--p_src_code path of the source code of NetProphet.

Command

p_wd=/scratch/mblab/dabid/proj_net/
p_src_code=${p_wd}code/NetProphet_3.0/
p_out_dir=${p_wd}code/NetProphet_3.0/toy_example/res/features/

${p_src_code}np3 -b \
    --p_in_expr_target ${p_src_code}toy_example/data_zev_expr_500_100_indexed \
    --p_in_expr_reg ${p_src_code}toy_example/data_zev_expr_reg_50_100_indexed \
    --bart_ntree 400 \
    --p_out_dir ${p_out_dir} \
    --flag_singularity OFF \
    --flag_slurm ON \
    --p_out_dir_logs ${p_out_dir}log/ \
    --data toy_example

Clone this wiki locally