View source: R/processGeneSignatureFiles.R
processGeneSignatureFiles | R Documentation |
Read gene signature files for many experiments and merge them to a 'data.table'
processGeneSignatureFiles( filePath, mDataType = c("rna", "cnv", "mutation"), ..., keyColumns = c("gene", "compound", "tissue", "dataset", "mDataType"), fileFormats = c("rds", "qs"), logDir = "logs" )
filePath |
'character(1)' Path to top level signature directory. This should contain a folder '<mDataType>'. |
mDataType |
'character(1)' The molecular data type of the signatures. |
... |
Fall through parameters to ['BiocParallel::bplapply']. These parameters contral internal function parallelization. |
keyColumns |
'character' Vector of column names in the signature file to join on. For developer use, do no change. |
fileFormats |
'character' Vector of file formats without a dot (e.g., rds) |
'data.table' The gene signatures properly formatted to a single long format table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.