ReadsgRRA: Read sgRNA summary in MAGeCK-RRA results

Description Usage Arguments Value Author(s) Examples

View source: R/ReadsgRRA.R

Description

Read sgRNA summary in MAGeCK-RRA results

Usage

1
ReadsgRRA(sgRNA_summary)

Arguments

sgRNA_summary

A file path or a data frame of sgRNA summary data.

Value

A data frame.

Author(s)

Wubing Zhang

Examples

1
2
3
4
file2 = file.path(system.file("extdata", package = "MAGeCKFlute"),
                  "testdata/rra.sgrna_summary.txt")
sgrra = ReadsgRRA(file2)
head(sgrra)

MAGeCKFlute documentation built on Nov. 8, 2020, 5:40 p.m.