Skip to content
Discussion options

You must be logged in to vote

plotTrajectory() obtains the values from the specified matrix here:

plotParams$color <- .getMatrixValues(ArchRProj, name = name, matrixName = colorBy, log2Norm = FALSE)

If you follow what happens to plotParams$color, The additional manipulations after getting these matrix values include:

  1. applying imputeWeights which will happen automatically if they are available and you havent set imputeWeights = NULL.
    plotParams$color <- imputeMatrix(mat = mat, imputeWeights = imputeWeights, logFile = logFile)
  2. quantile cut which will happen when plotting things like gene expression.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jblich870
Comment options

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