Thanks for this wonderful tool. I have one question: when I simulated Psedobulk data using sc-RNAseq data, I just check the function "generate_simulated_data", it looks as
print('Normalizing raw single cell data with scanpy.pp.normalize_total')
sc_data = anndata.AnnData(sc_data)
sc.pp.normalize_total(sc_data, target_sum=1e4)
So, do we need to normalize here or not? I am little confused?
Another question is that for bulk data, do we need to change to TPM or FPKM or only use the count data.
Thank you.
Thanks for this wonderful tool. I have one question: when I simulated Psedobulk data using sc-RNAseq data, I just check the function "generate_simulated_data", it looks as
print('Normalizing raw single cell data with scanpy.pp.normalize_total')
sc_data = anndata.AnnData(sc_data)
sc.pp.normalize_total(sc_data, target_sum=1e4)
So, do we need to normalize here or not? I am little confused?
Another question is that for bulk data, do we need to change to TPM or FPKM or only use the count data.
Thank you.