ReadBeta {MAGeCKFlute} | R Documentation |
Read gene beta scores from file or data frame
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
data(mle.gene_summary) dd = ReadBeta(mle.gene_summary) head(dd)