ReadBeta {MAGeCKFlute} | R Documentation |
Read gene beta scores from file or data frame
ReadBeta(gene_summary)
gene_summary |
A file path or a data frame, which has columns of 'Gene' and beta score of samples. |
A data frame, in which the first column is ENTREZID, and the later columns are beta score for each samples.
Wubing Zhang
data(mle.gene_summary) dd = ReadBeta(mle.gene_summary) head(dd)