results_dsga | R Documentation |
It calculates the 100 genes with the highest variability in the matrix disease component between samples and use them to draw the heat map.
results_dsga(matrix_disease_component, case_tag)
matrix_disease_component |
Disease component matrix that contains
the disease component of all patients. Output of the function
|
case_tag |
Character vector of the same length as the number of columns of full_data. Patients must be in the same order as in full_data. It must be indicated for each patient whether he/she is healthy or not. One value should be used to indicate whether the patient is healthy and another value should be used to indicate whether the patient's sample is tumourous. The user will then be asked which one indicates whether the patient is healthy. Only two values are valid in the vector in total. |
A heatmap of the 100 genes with the highest variability in the matrix disease component.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.