Learn R Programming

CNVPanelizer (version 1.2.2)

ReadXLSXToList: 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

Examples

Run this code
    
    
    
        ReadXLSXToList(filepath)
    

Run the code above in your browser using DataLab