loomR
loomR copied to clipboard
Cannot convert Seurat object to loom
Hi the as.loom function is not converting my Seurat object to loom and running into an error message. Is there a reason why this is happening?
> dge_E.loom <- as.loom(dge_Epithelial, filename = "dge_E.loom", verbose = FALSE)
Transposing input data: loom file will show input columns (cells) as rows and input rows (features) as columns
This is to maintain compatibility with other loom tools
Adding: CellID
Adding: Gene
Adding: vst_mean
Adding: vst_variance
Adding: vst_variance_expected
Adding: vst_variance_standardized
Adding: vst_variable
Adding: Selected
Adding: orig_ident
Adding: nCount_RNA
Adding: nFeature_RNA
Adding: percent_mt
Adding: RNA_snn_res_0_8
Error in if (size == Inf) { : missing value where TRUE/FALSE needed
I have the same problem and it is not due to the issue of NA values in metadata column
I am having the same problem