Skip to content
Eloi Durant edited this page Apr 30, 2021 · 12 revisions

Welcome to the panache wiki!

The documentation is still in progress... but do not panic! If you have any question, we will be more than happy to answer it directly.

Input formats

PAV and CNV

Panache uses a TSV file that extends BED format to allow the insertion of new information such as a presence absence matrix and functional categories. In practice, this is a 8 tabular column that stores start and stop positions of the chromosome blocks with presence/absence matrix (1/0) computed block similarity(optional), functional category (optional).

Chrom Start Stop Similar Blocks Function A B C
chr1 56 78 chr2:74:96 GO:0009819 0 0 1
chr1 210 356 - - 1 0 1
chr2 500 4569 chr4:120:133 - 1 1 1

Gene annotation

Panache accepts a classical GFF3 format with gene structural annotation.

Pangenome Graph

In the case you have a graph dataset at GFA, Graph can be linearized with BioGraph

Features description

Adjusting Core/dispensable ratio

TBD

Hollow area finder

Panache proposes a way to scan automatically a (pan)chromosome to find gaps of N (integer) consecutive block(s) that may be absent in a set of N individuals (ratio between 0 and 1). Parameters can be fine tuned and are calculated on the fly, updating the number of found areas. Left and right arrows enable users to jump from one area to another.

Gene annotation cards

If a GFF file has been provided, dot (or square) appears in the interface and are clique to display gene structure and annotation in a popup.

Website integration

Panache relies fully on javascript and once deployed on a server, it can be embedded easily in a existing application using an iframe.

Clone this wiki locally