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

powsim and .rds formatting #2

Closed
yonchoi opened this issue Nov 21, 2017 · 1 comment
Closed

powsim and .rds formatting #2

yonchoi opened this issue Nov 21, 2017 · 1 comment

Comments

@yonchoi
Copy link

yonchoi commented Nov 21, 2017

Thank you for this great work, I expect it will save people like me a lot of time on testing out differential analysis method.

I was trying to just run this code on the provided data, but I am running into few issues.

First of all, I can't seem to install powsim as one of its dependencies, gu-mi/NBGOF cannot be installed due to ELF header error. Instead, I installed powsimR, powsim's update, which only runs on 3.4.0 or newer versions of R. As such, running powsimR introduces another issue of opening rds file, which I presume was created in R version 3.3.2, in R version 3.4.0. Using readRDS on the config$mae produces error stating the RDS file is outdated and suggests using updatedObject function. However, using updatedObject after readRDS results in an error below.

Error in validObject(.Object) :
class “MultiAssayExperiment” object: 'sampleMap' assay column not a factor

Please let me know if you know a fix to either installing powsim, or loading provided rds data in newer versions of R.

Additionally, I could not install two additional packages, DEsingle and NODES. These are two of the methods that are being tested, but I cannot find sources that has these packages.

Thank you for reading.

@csoneson
Copy link
Owner

Thank you for your interest in our work. A couple of suggestions that might help:

Hope this helps
Charlotte

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