You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation: It would be very useful to have a script that can take many runs and create a dashboard for evaluating and comparing their quality/coverage.
It might:
Generate a spreadsheet/table with summary statistics, like the number of reads/bases and the %mapping.
– Show thumbnail coverage graphs across genomes
Display the UN evidence concerning how much of the genome had enough coverage for calling mutations in each sample.
etc.
Implementation: Most likely as Python/R scripts that generate HTML output. They can parse the summary.json files for statistics and use breseq BAM2COV to generate files to generate input files for graphing, for example.
The text was updated successfully, but these errors were encountered:
Could eventually color some cells green/yellow/red to flag suspect files/samples.
In general, the output should have most of the same columns, but additional information, compared to the READ and REFERENCE tables generated for one breseq run. Example:
@ginnymortensen
Here is a newer set of breseq output that preserves all of the output folders compared to the one linked above. The output.json files are still the main place to pull information from.
Motivation: It would be very useful to have a script that can take many runs and create a dashboard for evaluating and comparing their quality/coverage.
It might:
– Show thumbnail coverage graphs across genomes
UN
evidence concerning how much of the genome had enough coverage for calling mutations in each sample.Implementation: Most likely as Python/R scripts that generate HTML output. They can parse the
summary.json
files for statistics and usebreseq BAM2COV
to generate files to generate input files for graphing, for example.The text was updated successfully, but these errors were encountered: