View source: R/sample_counts.R
get_guides_failing_filter | R Documentation |
Identify guides which fail count filter.
get_guides_failing_filter(
count_matrix = NULL,
id_column = 1,
count_column = NULL,
filter_indices = NULL,
filter_method = "all",
min_reads = 30
)
count_matrix |
count matrix. |
id_column |
index of column containing unique sgRNA identifiers. |
count_column |
indices of columns containing counts. |
filter_indices |
indices of columns on which to apply filter. |
filter_method |
filter method from one of: all, any, mean or median (Default: all). |
min_reads |
minimum number of reads for filter (Default: 30). |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.