ReadsgRRA {MAGeCKFlute}R Documentation

Read sgRNA summary in MAGeCK-RRA results

Description

Read sgRNA summary in MAGeCK-RRA results

Usage

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

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


[Package MAGeCKFlute version 1.10.0 Index]