Description Usage Arguments Value
the plotColouredExpression function plots an n-panel scatterplot of the gene pairs split by early, mid, and late in the sample ordering.
1 2 | plotColouredExpression(branchData, genepair, subsetBranch = NULL,
n = 3, fittedline = TRUE)
|
branchData |
is a list containing matrices of the cell expression per branch, assumed that the columns of each matrix in branchData is ordered by pseudotime. If branchData is not given as a list, it will be converted into a list containing branchData. |
genepair |
is either a single character string with an underscore, or a two length character vector |
subsetBranch |
subsetBranch is a character vector containing the names of the branches to be plotted. If NULL it will plot all branches |
n |
number of panels to split ranked samples into, default 3. |
fittedline |
logical default TRUE, add a lm straight line to the plot |
ggplot
a ggplot object of scatterplots of expression split by sample ordering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.