processPanCancerGeneSignatureFiles | R Documentation |
Read pan-cancer gene signature files and merge them into a 'data.table'
processPanCancerGeneSignatureFiles( filePath, mDataType = c("rna", "cnv", "mutation"), ..., fileFormats = c("rds", "qs") )
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 arguments to ['BiocParllel::bplapply']. |
fileFormats |
'character' File formats to search in 'filePath' for, the dot should be excluded (e.g., rds not .rds, etc) |
'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.