View source: R/sample_counts.R
remove_guides_from_count_matrix | R Documentation |
Remove guides from a count matrix.
remove_guides_from_count_matrix(
count_matrix = NULL,
id_column = 1,
guides_to_remove = NULL
)
count_matrix |
sample count matrix. |
id_column |
the index of column containing unique sgRNA identifiers. |
guides_to_remove |
guide identifiers to remove. |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.