Description Usage Arguments See Also Examples
bar plot visualizing sequencing depth
1 2 3 4 5 6 7 | calc.seq.depth(
countsTable,
metadata,
sample.id = "SampleID",
print = T,
save = F
)
|
countsTable |
input matrix containing normalized gRNA counts with gRNA ids as row names |
metadata |
input dataframe containing sample names and other identifiers or data |
sample.id |
string identifying column name in metadata containing sample IDs |
print |
logical - do you want to print the plot to plots |
save |
logical - do you want to save the plot to pdf |
ggplot
which this function uses to plot
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.