-
Notifications
You must be signed in to change notification settings - Fork 4
How to prepare a BAM file #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, To do smoothing, you need to map your input CCS reads to the reference genome and then run What sort of comparison are you trying to perform? SVDSS is not directly meant for comparative analysis. You can however genotype each of your samples individually and then compare the variants. If you have several samples of the same species, one option is to map all of your samples to the same reference genome and genotype them with SVSDSS against that reference and then compare the genotypes using other tools for analysis. You may find our earlier method PingPong useful for comparative analysis. SVDSS is based on PingPong. |
In this step: "SVDSS smooth --bam sample.bam --workdir $PWD --reference GRCh38.fa --threads 16" |
mmm that Some reasons why this could happen:
How did you map the reads? In case, would it be possible for you to share the .bam? Best, |
"It requires as input the BAM file of the sample to be genotyped.”
In this step: "SVDSS smooth --bam sample.bam --workdir $PWD --reference GRCh38.fa --threads 16",
My understanding is that HiFi reads (CCS data) were used to map to the reference genome and get this bam file.
If I have genomes and HiFi data (CCS data) for multiple species and need to make inter- and intra-species comparisons, do all HiFi data map to the same genome, or do they map to themselves?
Thanks a lot !
The text was updated successfully, but these errors were encountered: