Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@whitneyt1
Copy link

whitneyt1 commented Apr 22, 2020

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!

@ywang65
Copy link
Collaborator

ywang65 commented Apr 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants