[%tf.name%]

[%IF tf_db%] [%collection = tf.tags.collection%] [%ELSE%] [%END%] [%IF tf.tag('family')%] [%ELSE%] [%END%] [%IF tf.tag('tax_group')%] [%ELSE%] [%END%]
TF ID:[%tf.ID%][%tf.ID%]
Class: [%tf.class%]
Family:[%tf.tag('family')%]NA
Tax group:[%tf.tag('tax_group')%]NA
Information content: [%IF tf.isa('TFBS::Matrix::PFM')%] [%total_ic = formatf(3, tf.to_ICM.total_ic)%] [%IF total_ic > high_matrix_ic or total_ic < low_matrix_ic%] [%total_ic%] [%ELSE%] [%total_ic%] [%END%] [%ELSE%] NA [%END%]
GC content: [%gc = formatf(3, tf.tag('gc_content'))%] [%IF gc > high_matrix_gc or gc < low_matrix_gc%] [%gc%] [%ELSE%] [%gc%] [%END%]

[%tf.name%] Binding Sites

[%USE sites = datafile(data_file)%] [%IF sites%] [%last_seq_id = ''%] [%FOREACH site = sites%] [%seq_id = site.seq_id%] [%IF seq_id != last_seq_id%] [%display_id = seq_id_display_ids.$seq_id%] [%last_seq_id = seq_id%] [%ELSE%] [%END%] [%END%] [%ELSE%] [%END%]
Sequence ID Start End Strand Score %Score TFBS Sequence
[%display_id%][%site.start%] [%site.end%] [%site.strand%] [%formatf(3, site.score)%] [%formatf(1, site.rel_score)%]% [%site.seq%]
No sites found for this TF

Download as a tab delimited text file

Back to top