make_pipeline_cleanr_library_file: make_pipeline_cleanr_library_file

Description Usage Arguments Value Author(s)

View source: R/make_pipeline_cleanr_library_file.R

Description

Prepares a 'cleanr' library file (to be compatible with the AZ-CRUK CRISPR pipeline) from either an sgRNA sequence file in which genomic co-ordinates are encoded in sgRNA IDs, or a csv file format used for TechDev benchmarking libraries.

Usage

1
2
3
4
5
6
7
make_pipeline_cleanr_library_file(
  file,
  grna_id_column,
  seq_column,
  gene_column,
  csv = FALSE
)

Arguments

file

A character string naming a path to an sgRNA sequence file.

grna_id_column

A character string naming the sgRNA column.

seq_column

A character string naming the sequence column.

gene_column

A character string naming the sequence column.

csv

Logical indicating whether input is a 'csv' file or not. Defaults to 'FALSE'.

Value

A data frame.

Author(s)

Alex T. Kalinka alex.kalinka@cancer.org.uk


alex-kalinka-cruk/crispRutils documentation built on March 13, 2021, 7:52 p.m.