whistle-ch0i / Vesalius

Vesalius: Dissecting Tissue Anatomy from Spatial Transcriptomic Data

Home Page:https://patrickcnmartin.github.io/Vesalius/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOI

Vesalius

Welcome to the Vesalius GitHub page!

UNDER CONSTRUCTION - NEW VERSION COMMING SOON

What is Vesalius ?

Vesalius is an R package to decipher tissue anatomy by embracing various image analysis techniques for high-resolution ST data. Vesalius identifies spatially expressed genes linked to the morphology of tissue structures.

How to install Vesalius?

If you do not have devtools already installed, please do so beforehand.

install.packages("devtools")

Ensure that the library has been loaded

library(devtools)

Install Vesalius via GitHub

install_github("WonLab-CS/Vesalius")

How to use Vesalius?

Vesalius provides an internal data set taken from real Spatial Transcriptomic data. This can be used as a dummy data set to get a feel for the Vesalius workflow.

The "Quick Start" guide can be found here

An in depth view of the Vesalius workflow can be found here. This contains the entire analysis related to the Vesalius Molecular Systems Biology.

NOTE: The in depth analysis file, contains path to files that should be changed accordingly.

What's next?

The Vesalius package is in its early stage of development. We would ask you to share with us any bugs, concerns, or features you wish to see implemented.

Please open a GitHub issue or send an email to Patrick Martin (Patrick.Martin@cshs.org - pcnmartin@gmail.com)

About

Vesalius: Dissecting Tissue Anatomy from Spatial Transcriptomic Data

https://patrickcnmartin.github.io/Vesalius/

License:GNU General Public License v3.0


Languages

Language:R 98.9%Language:C++ 1.1%