Skip to content

Repository for the "Neuroblastoma" project, colloquailly known as anglemana; source material for a package under the same name

License

Notifications You must be signed in to change notification settings

BIMSBbioinfo/anglemania

Repository files navigation

logo

anglemania

Overview

anglemania is a new approach to the integration of scRNA-seq (and, potentially, others sc-omics) from similar biological entities. The novelty, as well as the cornerstone, of the proposed approach, is to use the conservation of angles between gene pairs across an assembly of datasets to be integrated. anglemania extracts genes from gene pairs that exhibit invariant and biologically meaningful relationships across different experiments. Those genes can subsequently be used as the basis for integration algorithms such as [Seurat CCA integration], [SCVI] and others. Checkout our [website].

Github Github
Bioc Release Bioc Release
Coverage Codecov test coverage

Installation

You can install anglemania from Bioconductor using the following commands:

# Install BiocManager if you haven't already
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

# Install anglemania
BiocManager::install("anglemania")

For the development version from GitHub:

# Install devtools if you haven't already
if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")

# Install from GitHub
devtools::install_github("BIMSBbioinfo/anglemania/")

Documentation

Comprehensive documentation is available on our [anglemania website] Or visit the Bioconductor package page.

Getting Help

If you encounter issues or have questions:

License

Artistic License/GPL

Citation

If you use anglemania in your research, please cite:

Aaron Kollotzek, Vedran Franke, Artem Baranovskii, Altuna Akalin(2024). *anglemania: Feature Extraction for scRNA-seq Dataset Integration. R package version 0.99.0

About

Repository for the "Neuroblastoma" project, colloquailly known as anglemana; source material for a package under the same name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages