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

degCheckFactors error #23

Open
maria-xi opened this issue Jan 7, 2019 · 4 comments
Open

degCheckFactors error #23

maria-xi opened this issue Jan 7, 2019 · 4 comments

Comments

@maria-xi
Copy link

maria-xi commented Jan 7, 2019

Hi, I'm trying to run DEGreport following this tutorial http://bioconductor.org/packages/devel/bioc/vignettes/DEGreport/inst/doc/DEGreport.html. I have installed and loaded DEGreport 1.18.1.
when I try to run " degCheckFactors(counts[, 1:6])", I keep getting the following error:
Error in degCheckFactors(normalized_counts[, 1:6]) :
could not find function "degCheckFactors"
I have tried re-installing and loading the package again and again but I keep getting the same issue. Any ideas what could have gone wrong?

@lpantano
Copy link
Owner

lpantano commented Jan 7, 2019

Hi,

sorry about this.

Can you do this and tell me the output.

open a new R session and type:

library(DEGreport)
data(humanGender)
library(SummarizedExperiment)
degCheckFactors(assays(humanGender)[[1]][, 1:10])

Does this work or you get the same error?

if this gets an error can you send me the output of sessionInfo()

Thanks!

@maria-xi
Copy link
Author

maria-xi commented Jan 7, 2019 via email

@maria-xi
Copy link
Author

maria-xi commented Jan 7, 2019 via email

@lpantano
Copy link
Owner

lpantano commented Jan 9, 2019 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