Seurat: RunTSNE error: "Remove duplicates before running TSNE."

Created on 23 Sep 2017  路  2Comments  路  Source: satijalab/seurat

Hi,
I am using a large data sets (140K). I had this error "Remove duplicates before running TSNE" when running RunTSNE(). This error is due to Rtsne, I know that Rtsne package has a "check_duplicates" argument that can be set to "FALSE".
1- I was wondering if you can suggest a way to solve this "duplicate_checking" issue when using Seurat.
2- Just to be sure that I understood what is a duplicate in this case : It is a cell with the same values after pca reduction ? if it is the case I don't see why it is worth it to remove it.
Thanks a lot for your help.

Most helpful comment

  1. You can pass Rtsne function parameters (e.g. check_duplicates = FALSE) to RunTSNE and they will be passed through. Since tSNE is generally just used for visualization, a small number of duplicates is unlikely to be problematic but I would check to see how many you have. A large number of duplicates might indicate an issue with the upstream analysis.
  2. Yes, if you are calling RunTSNE with the default settings, duplicates will be cells with the same PCA scores for the specified dimensions.

All 2 comments

  1. You can pass Rtsne function parameters (e.g. check_duplicates = FALSE) to RunTSNE and they will be passed through. Since tSNE is generally just used for visualization, a small number of duplicates is unlikely to be problematic but I would check to see how many you have. A large number of duplicates might indicate an issue with the upstream analysis.
  2. Yes, if you are calling RunTSNE with the default settings, duplicates will be cells with the same PCA scores for the specified dimensions.

check_duplicates = FALSE worked this time. I tried before posting this message it was not working, may be because I was not loading Rtsne package...
Thank you for your precious help.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RuiyangLiu94 picture RuiyangLiu94  路  3Comments

camilliano picture camilliano  路  3Comments

kathirij picture kathirij  路  3Comments

milanmlft picture milanmlft  路  3Comments

farhanma picture farhanma  路  3Comments