vertesy/Seurat.Pipeline

Gene List plotting is buggy, needs a 'p$' style storage and cleanup.

vertesy opened this issue · 0 comments

Problem

  • Often breaks: if (TRUE) source('~/GitHub/Packages/Seurat.pipeline/elements/Gene.expression.gene.lists.R')
  • This is because GeneList variables are not defined
  • Without a list collection, they cant be auto-fetched.

Solution

  1. Store genes in a master list in source('~/GitHub/Projects/AUT/GeneLists.AUT.R')
  2. Store those in @misc
  3. Recall ( Related to vertesy/Seurat.utils#20 )