This document contains information and examples on how to use the Lheuristic
Shiny application to select L-shaped genes from two data matrices, an expression and a methylation matrix, matched by rows (genes) and columns(sample), using the algorithms implemented by the authors and described elsewhere.
The idea is to “keep-it-simple” so that it can serve as the basis for other applications such as a program that optimizes the parameters or for a graphical user interface based in Shiny.
Essentially what one user can do with this program is the following:
One can select demo data included in the web site or
One can upload its own data files
Both data matrices must have the same structure, that is same number of rows and columns with same names.
The computations performed to select L-shape genes require that certain parameters are set. These are described in more detail elsewhere but essentially they consist of:
Once the parameters have been set the application can be run and two different outputs are provided:
List of first selected and non-selected genes
(downloadable) .pdf file with names and scores of all genes
(downloadable) .pdf file with scatterplots for all genes
If you need more information or help about using the program ask met at: (asanchez AT ub DOT edu)