recipe bioconductor-ttgsea

Tokenizing Text of Gene Set Enrichment Analysis

Homepage:

https://bioconductor.org/packages/3.20/bioc/html/ttgsea.html

License:

Artistic-2.0

Recipe:

/bioconductor-ttgsea/meta.yaml

Functional enrichment analysis methods such as gene set enrichment analysis (GSEA) have been widely used for analyzing gene expression data. GSEA is a powerful method to infer results of gene expression data at a level of gene sets by calculating enrichment scores for predefined sets of genes. GSEA depends on the availability and accuracy of gene sets. There are overlaps between terms of gene sets or categories because multiple terms may exist for a single biological process, and it can thus lead to redundancy within enriched terms. In other words, the sets of related terms are overlapping. Using deep learning, this pakage is aimed to predict enrichment scores for unique tokens or words from text in names of gene sets to resolve this overlapping set issue. Furthermore, we can coin a new term by combining tokens and find its enrichment score by predicting such a combined tokens.

package bioconductor-ttgsea

(downloads) docker_bioconductor-ttgsea

Versions:

1.18.0-01.14.0-01.10.0-11.10.0-01.8.0-01.6.0-01.2.0-01.0.0-0

Depends:
  • on r-base >=4.5,<4.6.0a0

  • on r-data.table

  • on r-diagrammer

  • on r-keras

  • on r-purrr

  • on r-stopwords

  • on r-text2vec

  • on r-textstem

  • on r-tm

  • on r-tokenizers

Additional platforms:

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install bioconductor-ttgsea

to add into an existing workspace instead, run:

pixi add bioconductor-ttgsea

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install bioconductor-ttgsea

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-ttgsea

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/bioconductor-ttgsea:<tag>

(see bioconductor-ttgsea/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats