Description Usage Arguments Value Author(s) Examples
Read gene beta scores from file or data frame
1 | ReadBeta(gene_summary)
|
gene_summary |
A data frame or a file path to gene summary file generated by MAGeCK-MLE. |
A data frame, whose first column is Gene and other columns are comparisons.
Wubing Zhang
1 2 3 4 | file3 = file.path(system.file("extdata", package = "MAGeCKFlute"),
"testdata/mle.gene_summary.txt")
dd = ReadBeta(file3)
head(dd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.