I have data from the cell lineage as samples:
Cell1 -> Cell2 -> Cell3
Then for each of the above samples I obtained the expression for 'coding' and 'non-coding' genes.
What I want to do is to identify cluster of genes for each cell lineage above, where the cluster should satisfy the following category:
Cluster Type 1:
non-coding UP
coding UP
Cluster Type 2:
non-coding DOWN
coding DOWN
Cluster Type 3:
non-coding DOWN
coding UP
Cluster Type 4:
non-coding UP
coding DOWN
What I mean by UP and DOWN is the expression trend through cell lineage.
Is there any method to perform such kind of clustering?