ReadsgRRA | R Documentation |
Read sgRNA summary in MAGeCK-RRA results
ReadsgRRA(sgRNA_summary)
sgRNA_summary |
A file path or a data frame of sgRNA summary data. |
A data frame.
Wubing Zhang
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.