Skip to content
Discussion options

You must be logged in to vote

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:

addGeneScoreMatrix(
  input = proj,
  geneModel = "1",
  matrixName = "GeneScoreMatrix_signac",
  extendUpstream = c(0, 0),
  extendDownstream = c(0, 0),
  geneUpstream = 2000,
  geneDownstream = 0,
  useGeneBoundaries = FALSE,
  useTSS = FALSE,
  tileSize = 500,
  ceiling = 4,
  geneScaleFactor = 5,
  scaleTo = 10000,
  excludeChr = c("chrY", "chrM"),
  blacklist = getBlacklist(input),
  threads = getAr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chen-zhan
Comment options

Answer selected by myylee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants