Replicate the signac gene activity score model #1033
-
Hi, thanks for the great package. I want to implement the same gene activity score model used in the Signac package, which is the sum of reads mapped to gene body + 2kb upstream. I'm not sure if the parameters I have for the addGeneScoreMatrix are correct, anyone suggestion/comment will help! proj <- addGeneScoreMatrix(proj,geneModel="1", |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you are looking to exactly replicate Signac, I dont think I can help you with that since I do not know anything more about Signac's current gene score model than what you put in your question. i.e. I dont know if Signac uses gene boundaries, scale factors, etc. Here is my best attempt:
|
Beta Was this translation helpful? Give feedback.
If you are looking to exactly replicate Signac, I dont think I can help you with that since I do not know anything more about Signac's current gene score model than what you put in your question. i.e. I dont know if Signac uses gene boundaries, scale factors, etc. Here is my best attempt: