ReadRRA {MAGeCKFlute} | R Documentation |
Read gene summary file in MAGeCK-RRA results
ReadRRA(gene_summary, organism = "hsa")
gene_summary |
A file path or a data frame of gene summary data generated by command 'mageck test'. |
organism |
"hsa" or "mmu". |
A data frame including four columns, named "Official", "EntrezID", "LFC" and "FDR".
Wubing Zhang
data(rra.gene_summary) dd.rra = ReadRRA(rra.gene_summary, organism = "hsa") head(dd.rra)