drieslab / Giotto

Spatial omics analysis toolbox
https://drieslab.github.io/Giotto_website/
Other
258 stars 98 forks source link

Is there a way to see overlapping genes in different lists #538

Closed chrkuo closed 1 year ago

chrkuo commented 1 year ago

Is there a function that can see overlapping genes from list of 5-6 genes that I extract from giotto?

RubD commented 1 year ago

There isn't a ready-to-use function in Giotto at the moment, but base R has some simple set operations that could help you. See ?base::intersect() for example.