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
Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Error in DESeqDataSet(se, design = design, ignoreRank) : some values in assay are not integers
#15
Open
whitneyt1 opened this issue
Apr 22, 2020
· 1 comment
I am trying to run DEG function with method="DESeq2" between three groups for single cell RNA seq data.
deg_BcellsM<-DEG(data %>% filter(cell_type=='B-cells-M'),method='DESeq2',contrast=c("grouped_pd","grouped_pr","naive"))
but am getting the following output:
Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Error in DESeqDataSet(se, design = design, ignoreRank) : some values in assay are not integers
My data file contains the columns as gene names + cell_type and compare_group columns, and the rows are each individual single cell. My groups are named 'grouped_pr', 'grouped_pd', 'naive'.
Do you have any advice on how to proceed?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
I am trying to run DEG function with method="DESeq2" between three groups for single cell RNA seq data.
deg_BcellsM<-DEG(data %>% filter(cell_type=='B-cells-M'),method='DESeq2',contrast=c("grouped_pd","grouped_pr","naive"))
but am getting the following output:
Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Found more than one class "DataFrame" in cache; using the first, from namespace 'PythonEmbedInR' Also defined by ‘S4Vectors’ Error in DESeqDataSet(se, design = design, ignoreRank) : some values in assay are not integers
My data file contains the columns as gene names + cell_type and compare_group columns, and the rows are each individual single cell. My groups are named 'grouped_pr', 'grouped_pd', 'naive'.
Do you have any advice on how to proceed?
Thank you!
The text was updated successfully, but these errors were encountered: