I have a data frame whose dim is [72, 592] i.e 72 observations with 592 variables. I would like to assign observations (rows) 1 to 37 as disease and rows 38 to 72 as control with the binary variables 0 and 1 (where 0 stands for disease and 1 stands for control) in the dataset. I also want to assign colours red and blue for the for the disease and control observations respectively.
My aim is that when I graphically represent the dataset, the variables that belong to the disease (or class 0) will show red and those for the control will show blue in colour. How can I achieve this?