broadinstitute / infercnv

Inferring CNV from Single-Cell RNA-Seq
Other
557 stars 164 forks source link

Can I use the tool to compare different strains of haploid organisms #467

Open JesseRop opened 1 year ago

JesseRop commented 1 year ago

Dear Developers,

Thank you very much for this great tool. I work on plasmodium parasites and have scRNAseq data for different strains of these which are known to have CNVs. Do you know if I can use your tool for this and how i'd go about it.

GeorgescuC commented 1 year ago

Hi @JesseRop ,

There is in theory no reason why it should not work if a few conditions are met. You will want to check that:

These limitations are due to one of the core aspects of infercnv that uses the proximity of genes on the genome to identify the larger scale CNVs by smoothing the expression of genes over a sliding window.

As for the run settings, since you are looking at a haploid organism, if you want to run the HMM, you should run it in i3 mode rather than the default i6 as the i6 model assumes a base diploidy.

Regards, Christophe.