You can use the toLower() function. It returns the output string in lowercase.
Here is an example to convert the returned string to lowercase:
MATCH (d:Disease)
RETURN toLower(d.node_label)
LIMIT 1;
You can modify the above query according to your requirements.