readGeneSig: Read a gene signature from a binary file format

View source: R/convertGeneSignatureToDT.R

readGeneSigR Documentation

Read a gene signature from a binary file format

Description

Read a gene signature from a binary file format

Usage

readGeneSig(path, reader = NA)

Arguments

path

Path to read the file from. Uses regex to extract the file type and use the correct reader.

reader

An optional function to read files. Use this for unsupported file formats. Please pass the function directly, not a as a character string.

Details

Currently supports .rds (readRDS) or .qs (qread) files.


bhklab/rPharmacoDI documentation built on Oct. 31, 2022, 11:06 a.m.