MetabolicPathwayActivity¶
This process calculates the pathway activities in different groups and subsets.
The cells are first grouped by subsets and then the metabolic activities are
examined for each groups in different subsets.
For each subset, a heatmap and a violin plot will be generated.
The heatmap shows the pathway activities for each group and each metabolic pathway
The violin plot shows the distribution of the pathway activities for each group
Environment Variables¶
ntimes
(type=int
): Default:5000
.
Number of times to do the permutationncores
(type=int;pgarg
): Default:1
.
Number of cores to use for parallelization Defaults toScrnaMetabolicLandscape.ncores
heatmap_devpars
(ns
): Device parameters for the heatmapwidth
(type=int
): Width of the heatmapheight
(type=int
): Height of the heatmapres
(type=int
): Resolution of the heatmap
violin_devpars
(ns
): Device parameters for the violin plotwidth
(type=int
): Width of the violin plotheight
(type=int
): Height of the violin plotres
(type=int
): Resolution of the violin plot
gmtfile
(pgarg
): The GMT file with the metabolic pathways.
Defaults toScrnaMetabolicLandscape.gmtfile
grouping
(type=auto;pgarg;readonly
): Defines the basic groups to investigate the metabolic activity, typically the clusters.
Defaults toScrnaMetabolicLandscape.grouping
grouping_prefix
(type=auto;pgarg;readonly
): Default:""
.
Working as a prefix to group names. For example, if we havegrouping_prefix = "cluster"
and we have1
and2
in thegrouping
column, the groups will be named ascluster_1
andcluster_2
.
Defaults toScrnaMetabolicLandscape.grouping_prefix
subsetting
(type=auto;pgarg;readonly
): How do we subset the data. Other columns in the metadata to do comparisons. For example,"TimePoint"
or["TimePoint", "Response"]
.
Defaults toScrnaMetabolicLandscape.subsetting
subsetting_prefix
(type=auto;pgarg;readonly
): Working as a prefix to subset names.
For example, if we havesubsetting_prefix = "timepoint"
and we havepre
andpost
in thesubsetting
column, the subsets will be named astimepoint_pre
andtimepoint_post
.
Ifsubsetting
is a list, then this should also be a same-length list. If a single string is given, it will be repeated to a list with the same length assubsetting
.
Defaults toScrnaMetabolicLandscape.subsetting_prefix