plot_DGSA {GSSTDA}R Documentation

plot DGSA

Description

It draws the heatmap of the DGSA result by selecting the 100 genes with the highest variability between samples.

Usage

plot_DGSA(selected_matrix_disease_component, case_tag)

Arguments

selected_matrix_disease_component

Disease component matrix of the selected genes that contains the disease component of all patients. Output of the function generate_disease_component.

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.

Value

The heatmap of the DGSA result.


[Package GSSTDA version 0.1.3 Index]