ReDeconv is an excellent tool, and I appreciate the developers for creating it. I would like to use this tool to deconvolve the cellular composition in bulk RNA-seq based on scRNA-seq data, but I haven't found any example tutorials.
My understanding of the steps is as follows:
- Prepare the count matrix from scRNA-seq data.
- Prepare the count matrix from bulk RNA-seq data (Can normalized matrices be used?).
- Run the fourth function in
ReDeconv_Normalization.py.
- Execute all functions in
ReDeconv_Percentage.py.
I am unsure whether this workflow is correct. I look forward to your reply.