ReadXLSXToList: ReadXLSXToList

Description Usage Arguments Value Author(s) Examples

View source: R/FolderAnalysis_functions.R

Description

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

Usage

1
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

1
2
3
4
5
    
    
    
        ReadXLSXToList(filepath)
    

CNVPanelizer documentation built on Nov. 8, 2020, 6:47 p.m.