KlugerLab / ALRA

Imputation method for scRNA-seq based on low-rank approximation
MIT License
71 stars 19 forks source link

During FindVariableFeatures after ALRA output, count slot is empty? #12

Open lkqnaruto opened 3 years ago

lkqnaruto commented 3 years ago

Hi

I was trying to use ALRA through Seurat 4.0, and after I normalize the data, and then I run ALRA. I noticed that ALRA will create an new assay, called "alra". I assume under the "alra" assay, the data slot is our "updated" lognormalized data, right? however, the counts slot is empty, which leads to the following warning when I use FindVariableFeatures function:

In FindVariableFeatures.Assay(object = assay.data, selection.method = selection.method, : selection.method set to 'vst' but count slot is empty; will use data slot instead

Will this cause any trouble in the following analysis?