compare_count_matrix_to_library | R Documentation |
Compares guide identifier and gene symbols in count matrix and LibraryAnnotation
objects.
compare_count_matrix_to_library(
count_matrix = NULL,
id_column = 1,
gene_column = 2,
library_annotation_object = NULL
)
count_matrix |
data frame of sample counts. |
id_column |
the index of column containing unique sgRNA identifiers. |
gene_column |
the index of column containing gene symbols. |
library_annotation_object |
LibraryAnnotations object |
logical.
LibraryAnnotations-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.