-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LiftOn documentation: adding bigBed conversion guidance
1 parent
21cad29
commit e07f41a
Showing
4 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
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,46 @@ | ||
|
||
| | ||
.. _output_files: | ||
|
||
bigBed conversion | ||
===================== | ||
|
||
To enhance the accessibility and usability of LiftOn's output, converting GFF3 files into the bigBed format is highly recommended. The bigBed format is designed for fast, web-based data streaming and is supported by modern genome browsers such as UCSC Genome Browser, Ensembl, and IGV. This enables users to load data directly through stable links, eliminating the need to download large files or perform manual conversions. This streamlined approach simplifies visualization, facilitates collaboration, and ensures efficient data handling with compressed and indexed files for faster performance when querying genomic regions. By addressing the limitations of GFF3 files, bigBed aligns data sharing practices with current genomic standards and provides an improved experience for users. | ||
|
||
|
||
|
||
pre-generated bigBed files | ||
-------------------------- | ||
|
||
* Human *GRCh38* to *T2T-CHM13*: `<ftp://ftp.ccb.jhu.edu/pub/data/LiftOn/human_refseq/UCSC_genome_browser/lifton.bb>`_ | ||
* Mouse: `<ftp://ftp.ccb.jhu.edu/pub/data/LiftOn/mouse/UCSC_genome_browser/lifton.bb>`_ | ||
* Honeybee: `<ftp://ftp.ccb.jhu.edu/pub/data/LiftOn/bee/UCSC_genome_browser/lifton.bb>`_ | ||
* Thale cress: `<ftp://ftp.ccb.jhu.edu/pub/data/LiftOn/arabadop/UCSC_genome_browser/lifton.bb>`_ | ||
* Rice: `<ftp://ftp.ccb.jhu.edu/pub/data/LiftOn/rice/UCSC_genome_browser/lifton.bb>`_ | ||
* Human *GRCh38* to chimpanzee *panTro6*: `<ftp://ftp.ccb.jhu.edu/pub/data/LiftOn/cross_species/human_to_chimp/UCSC_genome_browser/lifton.bb>`_ | ||
* *Drosophila melanogaster* to *Drosophila erecta*: `<ftp://ftp.ccb.jhu.edu/pub/data/LiftOn/cross_species/drosophila_erecta/UCSC_genome_browser/lifton.bb>`_ | ||
* Mouse to rat: `<ftp://ftp.ccb.jhu.edu/pub/data/LiftOn/cross_species/mouse_to_rat/UCSC_genome_browser/lifton.bb>`_ | ||
|
||
|
||
| | ||
| | ||
The bigBed format is optimized for fast, web-based data streaming and is universally supported by modern genome browsers like the UCSC Genome Browser. If you would like to use the UCSC Track Hub, please refer to the quick start guide: `UCSC Track Hub guide <https://genome.ucsc.edu/goldenPath/help/hubQuickStartSearch.html>`_. | ||
|
||
| | ||
| | ||
| | ||
| | ||
| | ||
|
||
.. image:: ../_images/jhu-logo-dark.png | ||
:alt: My Logo | ||
:class: logo, header-image only-light | ||
:align: center | ||
|
||
.. image:: ../_images/jhu-logo-white.png | ||
:alt: My Logo | ||
:class: logo, header-image only-dark | ||
:align: center |
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
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
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