New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anansescanpy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anansescanpy

implementation of scANANSE for scanpy objects in Python

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

AnanseScanpy package: implementation of scANANSE for Scanpy objects in Python

Anaconda-Server Badge PyPI version install with bioconda Anaconda-Server Badge Maintainability

Installation

The most straightforward way to install the most recent version of AnanseScanpy is via conda using PyPI.

Install package through Conda

If you have not used Bioconda before, first set up the necessary channels (in this order!). You only have to do this once.

$ conda config --add channels defaults
$ conda config --add channels bioconda
$ conda config --add channels conda-forge

Then install AnanseScanpy with:

$ conda install anansescanpy

Install package through PyPI

$ pip install anansescanpy

Install package through GitHub

$ git clone https://github.com/Arts-of-coding/AnanseScanpy.git
$ cd AnanseScanpy
$ conda env create -f requirements.yaml
$ conda activate AnanseScanpy
$ pip install -e .

Install Jupyter Notebook

$ pip install jupyter

Start using the package

Run the package either in the console

$ python3

Or run the package in jupyter notebook

$ jupyter notebook

For extended documentation see our ipynb vignette with PBMC sample data

Of which the sample data can be downloaded

DOI

$ wget https://zenodo.org/record/7446267/files/rna_PBMC.h5ad -O scANANSE/rna_PBMC.h5ad
$ wget https://zenodo.org/record/7446267/files/atac_PBMC.h5ad -O scANANSE/atac_PBMC.h5ad

installing and running anansnake

Follow the instructions its respective github page, https://github.com/vanheeringen-lab/anansnake Next automatically use the generated files to run GRN analysis using your single cell cluster data:

snakemake --use-conda --conda-frontend mamba \
--configfile scANANSE/analysis/config.yaml \
--snakefile scANANSE/anansnake/Snakefile \
--resources mem_mb=48_000 --cores 12

Thanks to:

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc