View source: R/convertGeneSignatureToDT.R
readGeneSig | R Documentation |
Read a gene signature from a binary file format
readGeneSig(path, reader = NA)
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. |
Currently supports .rds (readRDS) or .qs (qread) files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.