ReadBeta {MAGeCKFlute}R Documentation

Read gene beta scores

Description

Read gene beta scores from file or data frame

Usage

ReadBeta(gene_summary)

Arguments

gene_summary

A data frame or a file path to gene summary file generated by MAGeCK-MLE.

Value

A data frame, whose first column is Gene and other columns are comparisons.

Author(s)

Wubing Zhang

Examples

data(mle.gene_summary)
dd = ReadBeta(mle.gene_summary)
head(dd)


[Package MAGeCKFlute version 1.6.5 Index]