ReadBeta | R Documentation |
Read gene beta scores from MAGeCK-MLE results
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
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.