-
Notifications
You must be signed in to change notification settings - Fork 33
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
I need advice when there is no normal #373
Comments
Hi @MaryGoAround , unfortunately, the software assumes normal samples. We don't use WGS, and for hybrid capture data, it is really difficult to normalize cancer data without normal samples. At least to get it as clean as needed for purity/ploidy determination. I would check WGS specific software like https://github.com/Wedge-lab/battenberg . It's been a long time since I last used it, so there might be other tools more appropriate for your data. Sorry that I cannot be more helpful. |
Hi, Do you have any contact or email address that we can discuss regarding your required advice since this my question too? |
Hi
Finally I could got a plot for my tumour (cell line) using this command
for BAM in $TUMOR_BAMS; do
SAMPLE_ID=$(basename $BAM .bam)
VCF_PATH="tumor.vcf.gz"
Rscript $PURECN/PureCN.R --out output \
…--tumor coverage_loess.txt.gz \
--sampleid $SAMPLE_ID --vcf $VCF_PATH
--normaldb normalDB_wgs_hg38.rds \
--intervals baits_hg38_intervals.txt --genome hg38 \
--mapping-bias-file mapping_bias_wgs_hg38.rds \
--fun-segmentation PSCBS --force --post-optimize --seed 123
--max-copy-number 8 --min-purity 0.9 --max-purity 0.99 \
--model-homozygous TRUE
Please correct me if I interpret the plot correctly
- *Gray dots*: Represent individual copy number bins for segments across
the genome. These points reflect raw copy number values.
- *Purple and Red Lines*: Indicate the segmented copy number. The two lines
represent the major allele (C1) and minor allele (C2).
- *Purple Line*: Major allele (C1)
- *Red Line*: Minor allele (C2)
Thanks a lot for any help
|
I have targeted DNA sequencing for a tumour and I do not have any normal samples (matched or even non matched)
I am trying this but I get error
Please give me an advice how to use this software in the case
Thanks a lot
The text was updated successfully, but these errors were encountered: