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
Thanks for sharing the code to study intra- and inter-individual correlation in scRNA-seq data. We are interested in performing this analysis, specifically the intra-correlation one, in our dataset as a proxy of cell-to-cell variability within an individual.
Would you mind specifying what is really the initial input in the Correlation Comparison.Rmd? I assume it's the cells <- allgenes[-3] object in line 65 of this script. Maybe you could share a toy example?
Also, in the methods, you say you filtered out the lowly expressed and correlated genes. I do see the section where you filter out the correlated genes (lines 67-86 in this script), but I do not find the filter of lowly expressed genes ("Genes were removed if the average transcript-per-million (TPM) value was equal to zero.", from your methods section).
Thanks a lot!
Aida
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for sharing the code to study intra- and inter-individual correlation in scRNA-seq data. We are interested in performing this analysis, specifically the intra-correlation one, in our dataset as a proxy of cell-to-cell variability within an individual.
Would you mind specifying what is really the initial input in the Correlation Comparison.Rmd? I assume it's the
cells <- allgenes[-3]
object in line 65 of this script. Maybe you could share a toy example?Also, in the methods, you say you filtered out the lowly expressed and correlated genes. I do see the section where you filter out the correlated genes (lines 67-86 in this script), but I do not find the filter of lowly expressed genes ("Genes were removed if the average transcript-per-million (TPM) value was equal to zero.", from your methods section).
Thanks a lot!
Aida
The text was updated successfully, but these errors were encountered: