Hi Smudgeplot developers,
Thank you for developing and maintaining this excellent tool.
I am analyzing Illumina whole-genome sequencing data from three individuals representing diploid (2n=2x=20), tetraploid (2n=4x=40), and octoploid (2n=8x=80) individuals of the same plant species from different collection sites. The species has been reported to be self-compatible and capable of autonomous self-pollination.
Published estimates suggest a monoploid genome size of approximately 0.3 Gb.
Chromosome-scale assemblies generated using ONT and Hi-C data recovered:
- 10 chromosome-length scaffolds for the diploid individual (~0.3 Gb assembly)
- 20 chromosome-length scaffolds for the tetraploid individual (~0.55 Gb assembly)
- 40 chromosome-length scaffolds for the octoploid individual (~1.2 Gb assembly)
These assembly sizes are broadly consistent with the expected increase in chromosome number and DNA content across cytotypes. In addition, chromosome staining of root tip cells confirmed 80 chromosomes (2n = 80) in the octoploid individual.
Below are the GenomeScope profiles for the diploid, tetraploid, and octoploid individuals:
The commands used for the Smudgeplot analysis are shown below:
# run FastK to create a k-mer database
nohup FastK -v -t4 -k25 -M64 -T32 ./*.fastq.gz -N./FastK_Table 1> FastK.out 2> FastK.err &
# Find all k-mer pairs in the dataset using hetmer module
nohup smudgeplot hetmers -L 12 -t 32 -o ./kmerpairs --verbose ./FastK_Table > smudgeplot_hetmers.log 2>&1 &
# use the .smu file to infer ploidy and create smudgeplot
nohup smudgeplot all -o ./k25_smudgeplot ./kmerpairs.smu > smudgeplot_all.log 2>&1 &
This is the 2x smudgeplot result:
This is the 4x smudgeplot result:
This is the 8x smudgeplot result:
My questions are:
-
The confirmed tetraploid cytotype produces a predominantly AB-type Smudgeplot that is remarkably similar to the diploid. Is this unusual, and could it be consistent with diploidized or disomic inheritance?
-
Is Smudgeplot informative regarding potential allopolyploid versus autopolyploid origins, or would such interpretations be beyond the intended scope of the method?
-
Could relatively low heterozygosity contribute to both the AB-dominated Smudgeplot patterns and the unexpectedly small GenomeScope estimate (~150 Mb for the tetraploid, compared with an expected monoploid genome size of ~0.3 Gb)? (I used p =4 for tetraploid individual and p=4 for the octoploid individual since the maximum p value is 6)
Thank you very much for your time.
Hi Smudgeplot developers,
Thank you for developing and maintaining this excellent tool.
I am analyzing Illumina whole-genome sequencing data from three individuals representing diploid (2n=2x=20), tetraploid (2n=4x=40), and octoploid (2n=8x=80) individuals of the same plant species from different collection sites. The species has been reported to be self-compatible and capable of autonomous self-pollination.
Published estimates suggest a monoploid genome size of approximately 0.3 Gb.
Chromosome-scale assemblies generated using ONT and Hi-C data recovered:
These assembly sizes are broadly consistent with the expected increase in chromosome number and DNA content across cytotypes. In addition, chromosome staining of root tip cells confirmed 80 chromosomes (2n = 80) in the octoploid individual.
Below are the GenomeScope profiles for the diploid, tetraploid, and octoploid individuals:
The commands used for the Smudgeplot analysis are shown below:
This is the 2x smudgeplot result:
This is the 4x smudgeplot result:
This is the 8x smudgeplot result:
My questions are:
The confirmed tetraploid cytotype produces a predominantly AB-type Smudgeplot that is remarkably similar to the diploid. Is this unusual, and could it be consistent with diploidized or disomic inheritance?
Is Smudgeplot informative regarding potential allopolyploid versus autopolyploid origins, or would such interpretations be beyond the intended scope of the method?
Could relatively low heterozygosity contribute to both the AB-dominated Smudgeplot patterns and the unexpectedly small GenomeScope estimate (~150 Mb for the tetraploid, compared with an expected monoploid genome size of ~0.3 Gb)? (I used p =4 for tetraploid individual and p=4 for the octoploid individual since the maximum p value is 6)
Thank you very much for your time.