We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8c934 commit c889232Copy full SHA for c889232
1 file changed
README.md
@@ -67,7 +67,7 @@ concept_fscores_dataframe, motif_cav_trainers, bed_cav_trainer = run_tpcav(
67
model=model,
68
layer_name=layer_name,
69
motif_file=motif_path,
70
- motif_file_fmt='meme',
+ motif_file_fmt='meme', # specify your motif file format, either meme or consensus (tab delimited file in form [motif_name, consensus_sequence])
71
genome_fasta=genome_fasta,
72
num_motif_insertions=[4, 8],
73
bed_seq_file=bed_seq_concept,
0 commit comments