- GEX.cluster.genes.output
Data frame containing the list of gene symbols and a metric. Function works directly with GEX_cluster_genes output.
- MT.Rb.filter
Logical, should Mitotic and Ribosomal genes be filtered out of the geneset. True by default.
- filter
Character vector containing the identifying symbol sequence for the genes which should be filtered out, if MT.Rb.filter == TRUE. By default set to c("MT-", "RPL", "RPS").
- path.to.pathways
Either a path to gmt file containing the gene sets (can be downloaded from MSigDB) or vector where first element specifies species and second element specifies the MSigDB collection abbreviation. E.g.: c("Homo sapiens", "H"). Mouse C7 (immunologic signature) gene set will be used by default.
- metric.colname
Name of column which contains the metric used for the ranking of the submitted genelist. "avg_logFC" is used by default.
- pval.adj.cutoff
Only genes with a more significant adjusted pvalue are considered. Default: 0.001
- Enrichment.Plots
List of Gene-set names which should be plotted as Enrichment plots in addition to the top 10 Up and Downregulated Genesets.
- my.own.geneset
A list, where each element contains a gene list and is named with the corresponding pathway name. Default is set to FALSE, so that gene sets from MSigDB are used. Should not contain ".gmt" in name.
- eps
Numeric, specifying boundary for calculating the p value in the GSEA.
- platypus.version
Function works with V2 and V3, no need to set this parameter.