EPIC icon indicating copy to clipboard operation
EPIC copied to clipboard

ATAC-seq deconvolution

Open seoyeonoh12 opened this issue 1 year ago • 1 comments

Dear,

Is it possible to use EPIC for cell type deconvolution using ATAC-seq datasets? It gives the following error when I provide bulk ATAC-seq matrix (rows=peaks, columns=sample/subject) as input.

Error in EPIC::EPIC(bulk = bulk.mtx, sigGenes = rownames(Signature)) : There are only 0 signature genes matching common genes between bulk and reference profiles, but there should be more signature genes than reference cells

Thank you in advance.

Kind regards, Seoyeon

seoyeonoh12 avatar Nov 22 '22 18:11 seoyeonoh12

Dear Seoyeon,

Thank you for your message and interest in using EPIC with ATAC-seq data.

Currently, the reference profiles available in EPIC are based on RNA-seq data with gene names as row and so EPIC would not be able to match the peaks to genes names. This is why EPIC writes that there are 0 signature genes in common between the bulk and reference profile used.

However, it would be possible to use EPIC if you defined your own reference profiles with peaks. Maybe this is what you are trying to do as you redefine signature genes with the sigGenes option. Maybe you forgot to also define the option reference, maybe using something like reference = list(refProfiles=Signature).

Please note that @aurelieGabriel is working on adapting EPIC to include reference profiles for ATAC-seq and these should be available in the coming months. We will let you know when these are available.

Best regards,

Julien

jracle85 avatar Nov 24 '22 14:11 jracle85