Skip to content

GeneActivity promoter #533

Answered by wudustan
summer-tao asked this question in Q&A
Mar 24, 2021 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Dear Tao,

You can change the distance from TSS you'd like to include.

Alternatively, I had a similar query for using RunChromVar() to get promoter binding deviations. It's included in discussion here. I'm happy to share code.

In terms of visualisation:

DefaultAssay(seurat.object) <- "RNA"
FeaturePlot(object = object.seurat, 
                   pt.size = 0.7,
                   features = "YOUR GENE OF INTEREST",
                   min.cutoff = "q10",
                   max.cutoff = "q95",
                   order = TRUE)

Alternatively, you can calculate a score based on a number of genes and put your vector of values in features = instead.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@summer-tao
Comment options

@summer-tao
Comment options

@summer-tao
Comment options

@wudustan
Comment options

@summer-tao
Comment options

Answer selected by timoast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #530 on March 24, 2021 15:12.