Skip to content

Commit

Permalink
MACIE pipeline code
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Dec 6, 2021
1 parent 6cf2204 commit 124fc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/MACIE.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,12 +689,12 @@ def save_parameter(parameter_r, annotation, n_factors, directory, prefix='', suf
# MAIN
###

# An example of the coding_class.txt file for non-synonymous coding variants can be found here ()
# An example of the coding_class.txt file for non-synonymous coding variants can be found here (https://github.com/xihaoli/MACIE/blob/main/code/coding_class.txt)
# The coding_annotations.txt file should have the same header as the coding_class.txt file
# python MACIE.py -m train -a train_coding_dir/coding_annotations.txt -c train_coding_dir/coding_class.txt -o train_coding_dir/ -f 22
# python MACIE.py -m predict -a pred_coding_dir/coding_annotations.txt -c train_coding_dir/coding_class.txt -o pred_coding_dir/ -f 22 -p train_coding_dir/

# An example of the noncoding_class.txt file for non-coding and synonymous coding variants can be found here ()
# An example of the noncoding_class.txt file for non-coding and synonymous coding variants can be found here (https://github.com/xihaoli/MACIE/blob/main/code/noncoding_class.txt)
# The noncoding_annotations.txt file should have the same header as the noncoding_class.txt file.
# python MACIE.py -m train -a train_noncoding_dir/noncoding_annotations.txt -c train_noncoding_dir/noncoding_class.txt -o train_noncoding_dir/ -f 23
# python MACIE.py -m predict -a pred_noncoding_dir/noncoding_annotations.txt -c train_noncoding_dir/noncoding_class.txt -o pred_noncoding_dir/ -f 23 -p train_noncoding_dir/
Expand Down

0 comments on commit 124fc9d

Please sign in to comment.