View source: R/ExponentialFitFunctions.R
IsUpOrDown | R Documentation |
Check if gene is up- or down-regulated
IsUpOrDown(dat.impute.lst, refmark, jgene, dat.meta.long)
dat.impute.lst |
list of matrices (rows are genes, columns are cells). Each matrix is a different histone mark |
refmark |
name of histone mark used to access specific matrix in dat.impute.lst |
jgene |
name of gene (row name) found in the matrix |
dat.meta.long |
data frame of metadata for individual cells. Column names include cell, mark, and ptime.expnorm (pseudotime) |
"up" if gene increase along pseudotime "down" if gene decreases along pseudotime
upordown <- IsUpOrDown(dat.impute.lst, refmark = jmark2, jgene = jgene, dat.meta.long = dat.meta.long)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.