View source: R/raw_count_statistics.R
low_counts_per_sample | R Documentation |
Calculate number of low count guides per sample.
low_counts_per_sample(
count_matrix = NULL,
id_column = 1,
gene_column = 2,
count_column = 3,
filter_label = "zero_sgrnas",
threshold = 1
)
count_matrix |
a count matrix data frame. |
id_column |
the index of column containing unique sgRNA identifiers. |
gene_column |
the index of column containing gene symbols. |
count_column |
the index of column containing counts. |
filter_label |
name of low count column being returned. |
threshold |
value below which counts are considered low (default: 1). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.