View source: R/dimsum__sample_count_distributions.R
dimsum__sample_count_distributions | R Documentation |
Plot sample nucleotide count distributions split by hamming distance (Nham_nt)
dimsum__sample_count_distributions(
input_dt,
output_file_prefix,
width = 12,
height = 8,
title = "",
error_rate = 0.001,
seq_length
)
input_dt |
input data table with count, WT and remaning column used for facetting (required) |
output_file_prefix |
plot output path prefix (required) |
width |
plot width (default: 12) |
height |
plot height (default: 8) |
title |
plot title (default: "") |
error_rate |
sequencing error rate (default: 1e-3) |
seq_length |
sequence length |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.