Description Usage Arguments Value Examples
View source: R/CalculatePWProfiles.R
Calculate cluster average gene expression profile and determine the pathway enrichment profile of each cluster
1 2 3 4 5 6 7 8 | CalculatePWProfiles(
object,
gmt_path,
method = "gsva",
min.sz = 5,
max.sz = 200,
parallel.sz = 1
)
|
object |
A Tempora object containing a gene expression matrix and metadata (cluster identity and ) |
gmt_path |
Local path to database of pathways or genesets organized as a .gmt file. Genesets files in GMT format can be downloaded at http://baderlab.org/GeneSets. Please ensure |
method |
Method used to estimate pathway enrichment profile per cluster. Can be "gsva", "ssgsea", "zscore" or "plage", default to "gsva". See ?gsva for more information. |
min.sz |
Minimum size of the genesets used in enrichment estimation, set to 5 genes by default. |
max.sz |
Maximum size of the genesets used in enrichment estimation, set to 200 genes by default. |
parallel.sz |
Type of cluster architecture when using |
An updated Tempora object containing the pathway enrichment profiles of each cluster, which can be accessed at object@cluster.pathways
CalculatePWProfiles
1 | ## Not run: tempora_data <- CalculatePWProfiles(tempora_data, gmt_path="~/Human_AllPathways_September_01_2019_symbol.gmt", parallel.sz = detectCores()-2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.