broadinstitute / infercnv

Inferring CNV from Single-Cell RNA-Seq
Other
554 stars 162 forks source link

Fail to make any visual results(.png) #504

Open Geryxu08 opened 1 year ago

Geryxu08 commented 1 year ago

Hello! I work with infercnv version 1.6.0 in R(4.0.4) and I had a problem with the output result. I found that there are no any visual results(.png) which are completely empty. 1676445710518

Here's the code I ran: ` infercnv_obj = CreateInfercnvObject(raw_counts_matrix=matrix, annotations_file="cell_annotation3.txt", delim="\t", gene_order_file="gene_mouse.txt", ref_group_names=c('Endothelial cells','Dendritic cells'))

perform infercnv operations to reveal cnv signal

infercnv_obj = infercnv::run(infercnv_obj, cutoff=0.1,
out_dir="/share/inferCNV/",
cluster_by_groups=TRUE,
denoise=F, HMM=F) ` I wonder what is the reason for the lack of any visual results. Your help is highly appreciated! Thank you.

GeorgescuC commented 1 year ago

Hi @Geryxu08 ,

Based on the file sizes in the folder, there is data to plot so the code you ran is probably not the issue here. What OS are you running this on? Are you running this on a server? If you try to generate any other test plot to a png, does it plot properly?

Regards, Christophe.