Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider d8f130f2 rédigé par Simon CHEVOLLEAU's avatar Simon CHEVOLLEAU :computer:
Parcourir les fichiers

Remove unecessary parameter

parent 04c935e8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -443,7 +443,7 @@ plotCompressedUmapAnnotations <- function(dir_path, pdf_path, annotations, color
plot_list_compressed <- list()
plot_list <- list()
for (annotation in annotations){
plot_list[[annotation]] <- umapAllKit(coordinates, cell_annotation, annotation, annotations[[annotation]], color_scale, pointSize = pointSize)
plot_list[[annotation]] <- umapAllKit(coordinates, cell_annotation, annotation, color_scale, pointSize = pointSize)
plot_list_compressed[[annotation]] <- plot_list[[annotation]] + theme(legend.position = "none") + theme_void()
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter