Closed pebonte closed 5 years ago
Thanks for reporting! We are able to reproduce the issue and are working on a fix. Will post back here once addressed.
This should be fixed in the development version of Seurat. To install the development version of Seurat, please see the instructions here.
Hi all,
I just want to report a bug. When making a scatter plot with featureScatter and adding the smoothing loess/spline argument, there is a . bug when the feature contains a "-" character.
This portion of code will work correctly :
FeatureScatter(object = integrated.te.uniq, feature1 = "RLTR17B-Mm-dup19149", feature2 = "sig.gene.interferon", group.by = "merged_gene_cluster2" , cols = colors_exhausted, slot = "data")
But adding the span argument will cause an error because there is an "-" character in the name of the feature (in the assay@integrated slot).
FeatureScatter(object = integrated.te.uniq, feature1 = "RLTR17B-Mm-dup19149", feature2 = "sig.gene.interferon", group.by = "merged_gene_cluster2" , cols = colors_exhausted, slot = "data", span = TRUE)
(which translate by object RLTR17B not found)
I just wanted to report it and hopefully it will be corrected.
Thank you for your hardwork.
Best,
Pierre-Emmanuel