I'm not sure why but when I built an atac_mc object using mcc_to_mcatac many functions (such as: rna_atac_cor_knn, plot_atac_atac_cor, etc...) doesn't handle the input properly..
example:
my_mc_atac <- readRDS('/home/tomgo/raid/proj/mtec_populations/analysis_dir/multiome_mc_model/2022/atac_analysis/objs/mc_atac_obj.Rds')
plot_atac_atac_cor(atac_mc = my_mc_atac)
Error: "x" argument must be a matrix of numeric values
I'm not sure why but when I built an atac_mc object using
mcc_to_mcatac
many functions (such as:rna_atac_cor_knn
,plot_atac_atac_cor
, etc...) doesn't handle the input properly..example: my_mc_atac <- readRDS('/home/tomgo/raid/proj/mtec_populations/analysis_dir/multiome_mc_model/2022/atac_analysis/objs/mc_atac_obj.Rds') plot_atac_atac_cor(atac_mc = my_mc_atac) Error: "x" argument must be a matrix of numeric values