compare_annotations: Compare annotations between two dataframes.

compare_annotationsR Documentation

Compare annotations between two dataframes.

Description

Compares guide identifier and gene symbols between two dataframes

Usage

compare_annotations(
  x = NULL,
  y = NULL,
  x_id_column = 1,
  x_gene_column = 2,
  y_id_column = 1,
  y_gene_column = 2,
  ...
)

Arguments

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.

Value

logical.


cancerit/RCRISPR documentation built on April 26, 2023, 10:12 p.m.