Description Usage Arguments Value Examples
.inptChecker is an internal function used by calculatePhysioMap for checking the format of inputs, 'InputData' and 'Space' to be exact. It 1- checks to see if both 'InputData' and 'Space' are matrices, and 2- matches the rows of 'InputData' or 'Space' based on their row names.
1 | .inptChecker(InputData, Space)
|
InputData |
A matrix, SummarizedExperiment object or a list, based on the gene expression data (or any other type of high dimensional data, e.g. protein abundance, SNP, Methylation, etc.), to be analysed. InputData has to have a specific format to be properly analysed, these requirements are thoroughly explained in the 'Details' section of calculatePhysioMap() function. |
Space |
The space in which the 'InputData' will be mapped. Just as 'InputData', it should be a matrix with genes as rows and samples as columns, with corresponding Entrez Gene IDs in 'rownames' of the matrix, and name of each axis of the space written in 'colnames'. |
.inptChecker returns corrected 'InputData' and 'Space' directly to the environment it was called from (By assigning new matrices to parent.frame()).
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.