Read files

Source

This report is based

Types of sequencing protocols

For every type of Protocol this shows the number of experiments using that protocol.

[% FOR read_file_analysis_experiment_count IN read_file_analysis_experiment_counts.values %] [% END %]
Protocol Number of experiments
[% read_file_analysis_experiment_count.logic_name %] [% read_file_analysis_experiment_count.count_experiments %]

Statistics

The high throughput experiments have a total of

Signal Experiments

[% FOR experiment IN signal_experiments %] [% END %]
Experiment Feature type Read type Replicate configurations Number of reads Sum of read file sizes in GB Ratio of read counts: signal/control
[% experiment.name %] [% experiment.feature_type.name %] [% experiment.summarise_read_types %] [% experiment.summarise_replicate_configurations %] [% format_number( experiment.sum_number_of_reads ) %] [% format_number( bytes_to_gb ( experiment.sum_read_file_sizes ) ) %] [% round_num( experiment.signal_to_control_read_file_ratio ) %]

Control Experiments

[% FOR experiment IN control_experiments %] [% END %]
Experiment Feature type Read type Replicate configurations Number of reads Sum of read file sizes in GB
[% experiment.name %] [% experiment.feature_type.name %] [% experiment.summarise_read_types %] [% experiment.summarise_replicate_configurations %] [% format_number( experiment.sum_number_of_reads ) %] [% format_number( bytes_to_gb ( experiment.sum_read_file_sizes ) ) %]