It draws the heatmap of the DGSA result by selecting the 100 genes with the highest variability between samples.
plot_DGSA(selected_matrix_disease_component, case_tag)The heatmap of the DGSA result.
Disease component matrix of
the selected genes that contains the disease component of all patients.
Output of the function generate_disease_component.
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.