View source: R/convertGeneSignatureToDT.R
convertGeneSignatureToDT | R Documentation |
Take a SignatureClass object, convert it to a data.table and optionally save it to a .csv
convertGeneSignatureToDT(geneSig)
geneSig |
['PharmacoSig'] object to convert to a 'data.table' |
[data.table] containing the results in 'geneSig' as a 'data.table OR ['NULL'] if you specify 'saveDir' and 'fileName', in which case the file is saved to disk instead of returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.