compare_annotations | R Documentation |
Compares guide identifier and gene symbols between two dataframes
compare_annotations(
x = NULL,
y = NULL,
x_id_column = 1,
x_gene_column = 2,
y_id_column = 1,
y_gene_column = 2,
...
)
x |
data frame to be compared. |
y |
data frame to be compared. |
x_id_column |
the index of column containing unique sgRNA identifiers. |
x_gene_column |
the index of column containing gene symbols. |
y_id_column |
the index of column containing unique sgRNA identifiers. |
y_gene_column |
the index of column containing gene symbols. |
... |
options for all.equal.character function. |
logical.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.