powered by
This function takes a tibble produced by `fasta_reader()` or `fastq_reader()` and plots the distribution of sequence lengths.
plot_seq_len_hist(Hash_tibble, length_col, binwidth = 1, label_interval = 5)
A ggplot object.
A tibble containing a numeric column with sequence lengths.
The column of `Hash_tibble` containing sequence lengths (unquoted).
Width of histogram bins. Default = 1.
Interval for x-axis labels. Default = 5.
data("example_hashes") plot_seq_len_hist(example_hashes, seq_len)
Run the code above in your browser using DataLab