You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use the rawcount of RNA-seq data, the result is bad. Should i use log10(count+1) or log2(count+1) or TPM or FPKM? Which one is better? Thank you!
The text was updated successfully, but these errors were encountered:
I guess RNA-seq data should be normalized by Seurat::NormalizeData(), becuase I found the Scissor just got the scRNA-seq normalized data and bound with bulk data by checking the Scissor code.
I have similar questions. I think default Seurat using log normalization with 10000 scale factor. Does it mean we should re-normalize fkpm or tpm x/sum(x)*10000 and then take log1p? But normalize.quantile seems do normlization by ranking. That comes to my question whether the independent variable(expression) to be normally distribution to fit the assumption of underlying regression?
i think we can use the LogNormalize function to normalize the bulk RNA seq, the Seurat_preprocessing function shows : normalization.method = "LogNormalize", scale.factor = 10000
when i use the rawcount of RNA-seq data, the result is bad. Should i use log10(count+1) or log2(count+1) or TPM or FPKM? Which one is better? Thank you!
The text was updated successfully, but these errors were encountered: