-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi! I was running into an issue when selecting TFs in my mouse data, because the motif names did not match many genes in the gene exp data. I ended up altering the SelectTFs and GetTFGeneCorrelation code to
rownames(trajMM) <- stringr::str_to_title(object@assays[[atac.assay]]@[email protected])
(although maybe a biomaRt matching or something would be more accurate) and am getting better results, so I thought I'd note it!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request