Skip to content

Commit

Permalink
Remove strings from NA
Browse files Browse the repository at this point in the history
  • Loading branch information
olgabot committed Mar 24, 2018
1 parent e72c3d6 commit 642a542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00_data_ingest/02_tissue_analysis_rmd/Trachea_facs.Rmd
Expand Up @@ -106,7 +106,7 @@ tiss <- StashIdent(object = tiss, save.name = "cluster.ids")
# enumerate current cluster IDs and the labels for them
cluster.ids <- c(0, 1, 2, 3, 4, 5, 6, 7)
free_annotation = c("NA","NA","NA","NA","NA","NA","NA", "NA")
free_annotation = c(NA,NA,NA,NA,NA,NA,NA, NA)
cell_ontology_class <- c("mesenchymal cell","mesenchymal cell","mesenchymal cell","epithelial cell","blood cell","endothelial cell","blood cell", "epithelial cell")
tiss = stash_annotations(tiss, cluster.ids, free_annotation, cell_ontology_class)
Expand Down

0 comments on commit 642a542

Please sign in to comment.