You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to run demuxlet with 8 individuals, using the suggested --alpha 0 --alpha 0.5 parameters
We are getting 82% ambiguous calls, 13% doublets and 5% singlets.
As discussed in one of the issues in demuxlet, this can be due to insufficient number of SNP-overlapping reads "due to various reasons". We obtained our .vcf files from bulk RNA-seq data. Would you expect this to be a problem or would you try and change alpha or another parameter?
Many thanks in advance
The text was updated successfully, but these errors were encountered:
Using VCFs from bulk RNA-seq data is not recommended, and it requires a
very careful filtering process.
The reason could be (1) ambient RNAs (2) problems in identifying
informative sites in VCF (usually common coding SNPs), (3) problems in the
genotype processing, (4) lack of informative reads.
Hyun.
We are trying to run demuxlet with 8 individuals, using the suggested
--alpha 0 --alpha 0.5
parametersWe are getting 82% ambiguous calls, 13% doublets and 5% singlets.
As discussed in one of the issues in demuxlet, this can be due to insufficient number of SNP-overlapping reads "due to various reasons". We obtained our .vcf files from bulk RNA-seq data. Would you expect this to be a problem or would you try and change
alpha
or another parameter?Many thanks in advance
The text was updated successfully, but these errors were encountered: