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 file path or a data frame, which has columns of 'Gene' and beta score of samples.

Value

A data frame, in which the first column is ENTREZID, and the later columns are beta score for each samples.

Author(s)

Wubing Zhang

Examples

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


[Package MAGeCKFlute version 1.4.3 Index]