Summarize counts per sample.
Summarize counts per sample for all samples, and generate interactive
positional quality plots based on n randomly selected sequences.
Parameters
- data : SampleData[SequencesWithQuality | PairedEndSequencesWithQuality | JoinedSequencesWithQuality]
- The demultiplexed sequences to be summarized.
- n : Int, optional
- The number of sequences that should be selected at random for quality
score plots. The quality plots will present the average positional
qualities across all of the sequences selected. If input sequences are
paired end, plots will be generated for both forward and reverse reads
for the same n sequences.
Returns
visualization : Visualization