ReadExposure: Read an exposure matrix from a file

View source: R/ReadWriteExposures.R

ReadExposureR Documentation

Read an exposure matrix from a file

Description

Read an exposure matrix from a file

Usage

ReadExposure(file, check.names = TRUE)

Arguments

file

CSV file containing an exposure matrix

check.names

Passed to utils::read.csv. IMPORTANT: If TRUE this will replace the double colon in identifiers of the form <tumor_type>::<sample_id> with two periods (i.e. <tumor_type>..<sample_id>. If check.names is true, generate a warning if double colons were present.

Value

Matrix of exposures


steverozen/SynSigGen documentation built on April 1, 2022, 8:54 p.m.