ReadXLSXToList {CNVPanelizer} | R Documentation |
Reads a list of read count matrices from a xlsx as generated
by WriteReadCountsToXLSX
ReadXLSXToList(filepath, rowNames = TRUE, colNames = TRUE)
filepath |
filepath |
rowNames |
if row names should be included |
colNames |
if col names should be included |
A list of read count matrices
Thomas Wolf, Cristiano Oliveira
ReadXLSXToList(filepath)