Skip to content

Commit aebd76f

Browse files
authored
Update README with detailed bed_seq_file description
Clarified comment for bed_seq_file parameter in README.
1 parent c5a43f5 commit aebd76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ concept_fscores_dataframe, motif_cav_trainers, bed_cav_trainer = run_tpcav(
118118
motif_file_fmt='meme', # specify your motif file format, either meme or consensus (tab delimited file in form [motif_name, consensus_sequence])
119119
genome_fasta=genome_fasta,
120120
num_motif_insertions=[12, 24, 36],
121-
bed_seq_file=bed_seq_concept,
121+
bed_seq_file=bed_seq_concept, # bed file is provided as source for sequence concepts, if you are providing them as chromatin concepts, use bed_chrom_file option instead and provide your bigwig files using bws option
122122
output_dir="test_run_tpcav_output/",
123123
input_transform_func=transform_fasta_to_one_hot_seq,
124124
p=4) # number of concurrent SGDClassifier can be run at the same time, increase it if you have available CPU power, it speeds up training significantly

0 commit comments

Comments
 (0)