junjunlab / scRNAtoolVis

Useful functions to make your scRNA-seq plot more cool!
Other
258 stars 27 forks source link

Ask for enhancement. #6

Closed Knight1995 closed 2 years ago

Knight1995 commented 2 years ago

Dear Mr.JUN,what a wonderful function of jjDotPlot,i wanna use your code to repeat the blog,but there is an error.i google it,but didn't find the answer. The following is the running log: 1.jjDotPlot(object = scRNA, gene = unique(top10$gene), id = 'celltype', split.by = 'group', dot.col = color3, split.by.aesGroup = T, point.geom = F, tile.geom = T) Erro:object 'pbmc' not found

  1. Are the image size parameters adjustable? I didn't find the relevant parameters, resulting in a large canvas but little change in the image. Thanks.
junjunlab commented 2 years ago

Try re-install scRNAtoolVis. Besides you can set theme(aspect.ratio = yoursize) to change image size.

Knight1995 commented 2 years ago

Thanks.Problem solved!