ReadXLSXToList {CNVPanelizer}R Documentation

ReadXLSXToList

Description

Reads a list of read count matrices from a xlsx as generated by WriteReadCountsToXLSX

Usage

ReadXLSXToList(filepath, rowNames = TRUE, colNames = TRUE)

Arguments

filepath

filepath

rowNames

if row names should be included

colNames

if col names should be included

Value

A list of read count matrices

Author(s)

Thomas Wolf, Cristiano Oliveira

Examples

    
    
    
        ReadXLSXToList(filepath)
    

[Package CNVPanelizer version 1.18.0 Index]