JGASmits / AnanseSeurat

Single cell ANANSE Gene-regulatory-network analysis from Seurat objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genome in DEG files

Rebecza opened this issue · comments

It's needed to have the Genome Assembly included in the DEG-filename produced with the function DEGS_scANANSE().

hg38 was hardcoded for this.

Adding a genome argument to the function solves this easily (quick fix).

Might also be nice if the function checks the genome variable in the produced config.yaml, to prevent inconsistencies (also since genome is not necessary for the DEG-analysis to run of course; therefore it might be an unexpected argument for the DEGS_scANANSE function..).

working on the quick fix, PR in a bit