@@ -111,6 +111,22 @@ test_that("plotPairs works with correct arguments", {
111111 corSizeAdd = 2 , pointSize = 0.1 , pointAlpha = 0.3 ,
112112 colorByCorrelation = TRUE , corrColorRange = NULL ,
113113 addIdentityLine = FALSE ), " ggmatrix" )
114+
115+ # # scattermore
116+ expect_s3_class(plotPairs(se = se , selAssay = " counts" , doLog = TRUE ,
117+ pseudocount = 1 , corMethod = " pearson" ,
118+ histBreaks = 40 , pointsType = " scattermore" , corSizeMult = 5 ,
119+ corSizeAdd = 2 , pointSize = 3.5 , pointAlpha = 0.3 ,
120+ colorByCorrelation = TRUE , corrColorRange = NULL ,
121+ addIdentityLine = FALSE ), " ggmatrix" )
122+
123+ # # scattermost
124+ expect_s3_class(plotPairs(se = se , selAssay = " counts" , doLog = TRUE ,
125+ pseudocount = 1 , corMethod = " pearson" ,
126+ histBreaks = 40 , pointsType = " scattermost" , corSizeMult = 5 ,
127+ corSizeAdd = 2 , pointSize = 3.5 , pointAlpha = 0.3 ,
128+ colorByCorrelation = TRUE , corrColorRange = NULL ,
129+ addIdentityLine = FALSE ), " ggmatrix" )
114130
115131 # # Change font size to correlation relation
116132 expect_s3_class(plotPairs(se = se , selAssay = " counts" , doLog = TRUE ,
0 commit comments