LTLA / scRNAseq

Clone of the Bioconductor repository for the scRNAseq package.

Home Page:http://bioconductor.org/packages/devel/data/experiment/html/scRNAseq.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide more options beyond intersecting genes

LTLA opened this issue · comments

When we need to figure out how to smash multiple parts together, allow users to choose between:

  • Taking the intersection of genes across all parts.
  • Taking the union and performing space-efficient filling with NAs via ConstantMatrix objects. (The most correct approach.)
  • Taking the union and filling with zero's.