Description Usage Arguments Value Author(s) Examples
Read sgRNA summary in MAGeCK-RRA results
1 | ReadsgRRA(sgRNA_summary)
|
sgRNA_summary |
A file path or a data frame of sgRNA summary data. |
A data frame.
Wubing Zhang
1 2 3 4 | file2 = file.path(system.file("extdata", package = "MAGeCKFlute"),
"testdata/rra.sgrna_summary.txt")
sgrra = ReadsgRRA(file2)
head(sgrra)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.