Skip to content

Motif matching when using mouse data #18

@AmandaKedaigle

Description

@AmandaKedaigle

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]]@motifs@motif.names)

(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 request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions