Skip to content

Commit

Permalink
Don't plot TSNE on free annotation since everythign is NA
Browse files Browse the repository at this point in the history
  • Loading branch information
olgabot committed Apr 19, 2018
1 parent bfe58c3 commit a81ef63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 00_data_ingest/02_tissue_analysis_rmd/Marrow_droplet.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ Color by cell ontology class on the original TSNE.

```{r}
TSNEPlot(object = subtissA, do.label = TRUE, do.return = TRUE, group.by = "cell_ontology_class")
TSNEPlot(object = subtissA, do.label = TRUE, do.return = TRUE, group.by = "free_annotation")
```


Expand Down

0 comments on commit a81ef63

Please sign in to comment.