Closed gladkia closed 3 years ago
Hi Steve,
Many thanks for creating such a great package :)!
Would it be possible to make sparrow::corplot returning data (i.e. E) instead of invisible(NULL). I found the need for it while using the sparrow::corplot with cluster = TRUE and not being able to get the order of the genes.
sparrow::corplot
E
invisible(NULL)
cluster = TRUE
Best, Arek
sure, no problem!
Hi Steve,
Many thanks for creating such a great package :)!
Would it be possible to make
sparrow::corplot
returning data (i.e.E
) instead ofinvisible(NULL)
. I found the need for it while using thesparrow::corplot
withcluster = TRUE
and not being able to get the order of the genes.Best, Arek