Estimate genome size of polyploid species using k-mer frequencies

Usage:

Upload results from running Jellyfish. Example: javanica_tetraploid.histo potato_tetraploid.histo wheat_hexaploid.histo strawberry_octoploid.histo Chinese_sturgeon_octoploid.histo

Instructions for running Jellyfish:

  1. Download and install jellyfish from: http://www.genome.umd.edu/jellyfish.html#Release
  2. Count k-mers using jellyfish:

    $ jellyfish count -C -m 21 -t 1 -s 5G *.fastq -o reads.mer

    Note you should adjust the memory (-s) and threads (-t) parameter according to your server. This example will use 1 threads and 5GB of RAM. The k-mer length (-m) may need to be scaled if you have low coverage or a high error rate.

  3. Generate the k-mer count histogram file:

    $ jellyfish histo -h 30000000 -t 10 -o reads.histo reads.mer

    Again the thread count (-t) should be scaled according to your server.

  4. Upload reads.histo to findGSEP

Instructions for install findGSEP package:

  1. Install devtools package(Under R environment):

    $ install.packages("devtools")

  2. Install directly from github

    $ devtools::install_github("sperfu/findGSEP")

  • More instructions can be referred from our github repository.

  • Set up parameters on axis for visualization




    Estimate genome size from sequencing reads using a k-mer-based approach



    Contact Us

    Contact us if you have any questions about the usage of this website.


    Contact information

    Laiyi Fu & Hequan Sun

    Email: fulaiyi@xjtu.edu.cn & hequan.sun@xjtu.edu.cn

    Github Page: Github web


    Cite:

    Please consider to cite our paper if you use findGSEP in your research.

    Paper title: findGSEP: a web application for estimating genome size of polyploid species using k-mer frequencies

    Corresponding author e-mail: hequan.sun@xjtu.edu.cn

    Corresponding author website: Website


    Acknowledgement

    We would like to thank XiaMeng Wei(Xijing University) for helpful discussion and logo design.


    Privacy Policy | Copyright | Disclaimer

    The information provided is subject to ongoing review. The University reserves the right to amend the information from time to time. Best Viewed with resolution of 1024 x 768 (or higher) and supports Internet Explorer 8+, Mozilla Firefox 3.5+, Google Chrome and Safari. © 2023 Xi'an Jiaotong University. All Rights Reserved.