Skip to content
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

Demuxlet distinguishes mother fetal derived cells #65

Open
Gh-Genetics opened this issue Apr 17, 2023 · 1 comment
Open

Demuxlet distinguishes mother fetal derived cells #65

Gh-Genetics opened this issue Apr 17, 2023 · 1 comment

Comments

@Gh-Genetics
Copy link

I now have a bam file of the space transcriptome. The bar code in it is Cx and the Cy column, as shown in the figure
image

At the same time, there is also a maternal vcf file and a fetal vcf file. I now need to distinguish the maternal and fetal sources for each spot in the maternal fetal interface.

demuxlet --sam /work/home/luo_funong/Tan_Guang-hui/mutai_qufen/sorted.bam
--vcf mothers.vcf,fetal.vcf
--field GT
--out /work/home/luo_funong/Tan_Guang-hui/mutai_qufen/out
--alpha 0.1
--vcf-list
--tag-UMI null
--tag-group null
--tag-BC1 Cx
--tag-BC2 Cy
--threads 4
--mapq 255
--paired-end false
--per-cell true
--plot true
--plot-prefix /work/home/luo_funong/Tan_Guang-hui/mutai_qufen/out
--plot-format pdf
--ref /work/home/luo_funong/Tan_Guang-hui/mutai_qufen/ARS-UCD1.2_Btau5.0.1Y.fa
image

I have also tried more methods, but still reported an error. Can you help me solve this problem

@yangchao4
Copy link

Can we use two separate VCF files instead of merging them together? I'm facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants