forked from drieslab/Giotto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catch up with recent version of Giotto and update website
- Loading branch information
1 parent
621cde5
commit 14a9524
Showing
707 changed files
with
38,075 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "Branches" | ||
output: rmarkdown::html_vignette | ||
vignette: > | ||
%\VignetteIndexEntry{Branches} | ||
%\VignetteEngine{knitr::rmarkdown} | ||
%\VignetteEncoding{UTF-8} | ||
--- | ||
|
||
# Giotto Suite | ||
|
||
The Suite branch of Giotto is the latest and extended version of Giotto and is under active development. Giotto Suite is focused on building a modular platform for analyzing spatial-omics technologies and strives to be interoperable with other popular spatial analysis tools and classes. | ||
|
||
Using established packages optimized for large(r) data, Giotto Suite adopts fast and memory efficient methods to create an interactive analysis. Click the logo below to learn more about the Giotto Suite branch. | ||
|
||
[![](images/branches/GiottoLogo.png){width="200px"}](https://drieslab.github.io/Giotto/articles/ecosystem.html) | ||
|
||
# Giotto Master | ||
|
||
The Master branch of Giotto is the original Giotto R package published in 2021 by Dries et al. in [Genome Biology](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-021-02286-2). | ||
|
||
Click the logo below to learn more about the Giotto Master branch. | ||
|
||
[![](images/branches/GiottoLogoMaster.png){width="200px"}](https://giottosuite.readthedocs.io/en/master/) |
Oops, something went wrong.