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
First, I would like to thank you for developing and maintaining this powerful tool.
I recently ran inferCNV version 1.22, and I noticed that the expected output file: HMM_CNV_predictions.HMMi6.rand_trees.hmm_mode-subclusters.Pnorm_0.5.pred_cnv_regions.dat is not in the out put.
#install latest version of infer CNV
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("infercnv")
infercnv_obj21 = CreateInfercnvObject(raw_counts_matrix=GetAssayData(GSM6710021_obj,"RNA"),
annotations_file=as.matrix(Idents(GSM6710021_obj)),
gene_order_file="E:/Multiple Myeloma project/Copy Number Variation/CNV Multiple Myeloma Samples/hg38_gencode_v27.txt",delim ="\t",
ref_group_names=c("CD8+ T ", "CD4+ T ", "monocytes",
"erythrocytes", "B cells" , "NK", "HSPCs","plasma" )
)
Questions & Request for Clarification
Has the output format changed in inferCNV v1.22?
Is the missing file generated under a different versions?
Are there new parameters required to produce this file?
Any guidance would be greatly appreciated! Thanks again for your work on this tool.