Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

On-the-fly processing and visualization of interactome data.

License

NotificationsYou must be signed in to change notification settings

Siegel-Lab/libBioSmoother

Repository files navigation

Smoother is an interactive analysis and visualization software for contact mapping data.This repository, libSmoother, contains the backend C++ library that powers Smoother.The library takes care of all the time-sensitive computations.It is written in C++17 and offers seamless integration with Python 3.

Quick Start

create & activate a new environment (optional)

conda create -y -n smoother python=3.9conda activate smoother

Install libSmoother (and all requirements) using pip. LibSmoother runs under Windows, Linux, and MacOS.

pip install libbiosmoother

Download 2 example smoother indices.

wget https://syncandshare.lrz.de/getlink/fi4kLPLjRjMTbRnij7PtyB/t_brucei_hi_c.smoother_index.zip#wget https://syncandshare.lrz.de/getlink/fiMo5Zsj8baXjXpzD8Whic/m_musculus_radicl_seq.smoother_index.zipconda install unzipunzip t_brucei_hi_c.smoother_index.zip#unzip m_musculus_radicl_seq.smoother_index.zip

Export a picture from one of the indices

libbiosmoother export t_brucei_hi_c-c -f png#libbiosmoother export m_musculus_radicl_seq -f png

Full Documentation

SinceSmoother and libSmoother are designed as one package, they share documentation.Hence, for more information and in-depth instructions, check outSmoother's manual.

Cite

If you use Smoother in your research, please cite:@todo


[8]ページ先頭

©2009-2025 Movatter.jp