-
Notifications
You must be signed in to change notification settings - Fork 13
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
Errors on caRpools execution #2
Comments
Hi Alberto, Sorry for the late reply. Best |
Hi Jan, Thanks for you reply. I am very interested to test the new beta version. Regards. Alberto 2016-07-18 23:38 GMT+02:00 Jan Winter notifications@github.com:
|
Hi, I get the same error: Could you please suggest a solution? |
Also, got the second one, mentioned in the first post by Jan. Maybe there is a solution available already? |
Hi Alex, I am still working on a newer version of it (many things have changed, I have uploaded an alpha version couple of weeks ago) which will also have a fix for that. cheers |
Hi Jan, It would be great to test the interactive version. How do I get it?
|
Hi Jan, I am also interested to test the interactive version. Please, how do I get The newer alpha version is available on GitHub? Is it the Alpha release Best. Alberto 2016-08-10 14:24 GMT+02:00 AliaksandraR notifications@github.com:
|
Could you please send me your email addresses to jan.winter@dkfz-heidelberg.de ? |
I did it! Thanks, Alberto 2016-08-17 12:20 GMT+02:00 Jan Winter notifications@github.com:
|
Hi Jan, At the moment I am using the latest ALPHA 1.025 R package and have two errors. The first one upon the execution of the stat.DESeq function and it is: Error in The second one upon the execution of the stat.mageck function and it is: usage: mageck [-h] [-v] {count,test,pathway,plot,mle} ... Could you please provide some help with those? Thanks, |
Hi Jan, Thanks for the access to the online versión of caRpools. It's a nice tool. I tried caR with a readcounts file and all is OK but I can't download the The proxy server received an invalid response from an upstream server. Reason: Error reading from remote server I can download the other files (Screen quality and Hit calling data). Can Alberto 2016-08-24 15:29 GMT+02:00 AliaksandraR notifications@github.com:
|
Hi Alberto, glad you like it :) cheers |
Dear Jan, I have installed the alpha release on a Mac and on a Linux box. The installation went well, but when it comes to running the example I get the following error when running the example Quitting from lines 31-40 (CaRpools-extended-PDF-extended_ALPHA.Rmd) This is using test=FALSE. With test=true I get Error in load.file(paste(getwd(), "/", miaccs, sep = ""), type = "xlsx") : It seems the program is not finding the miaccs file. I checked the paths and everything seems to be ok. Thanks in advance |
Hi, Since I am in the last week's of work for the interactive caRpools (will be available soon), I can just guess it is a mac thing I observed before. Try open -a rstudio And let me know whether it helped. Cheers Am 16. September 2016 16:56:20 schrieb reilya notifications@github.com: Dear Jan, I have installed the alpha release on a Mac and on a Linux box. The installation went well, but when it comes to running the example I get the following error when running the example Quitting from lines 31-40 (CaRpools-extended-PDF-extended_ALPHA.Rmd) This is using test=FALSE. With test=true I get Error in load.file(paste(getwd(), "/", miaccs, sep = ""), type = "xlsx") : It seems the program is not finding the miaccs file. I checked the paths and everything seems to be ok. Thanks in advance You are receiving this because you commented. |
I also have the following error (using caRpools v0.83): Quitting from lines 734-739 (CaRpools-PDF.Rmd) Is there no fix or reliable workaround yet? |
Hi OekoGuesel, I had a look trying to understand the issue posted with the row names and was not able to reproduce the error.
In the meantime, please write me an email to jan.winter@dkfz-heidelberg.de as I could give you access to a beta version of our new analysis software. |
Hi Jan, I'm getting the same error Quitting from lines 734-739 (CaRpools-PDF.Rmd) Has this bug been resolved yet? I checked all of the data files and there are no duplicates in the rownames. I would rather use caRpools on R than on the analysis software, and I would really appreciate if you could help me resolve this bug. Thanks in advance! |
Hi @jwinter6, I have also run into the rownames error reported by some here. It occurs because we are trying to assign duplicated column names from In colnames(countdata) = c(rep("CTRL", length(untreated.list)),
rep("TREAT", length(treated.list)))
colnames(countdata)
#> [1] "CTRL" "CTRL" "TREAT" "TREAT" One possible fix can be colnames(countdata) = c(paste0("CTRL", seq_along(untreated.list)),
paste0("TREAT", seq_along(treated.list)))
colnames(countdata)
#> [1] "CTRL1" "CTRL2" "TREAT1" "TREAT2" Are you able to release a new version of |
Hi and many thanks for looking into this. In the meantime, please go on with CRISPRAnalyzeR, which offers way more :) Anyway, as soon as thesis stuff is done I will upload a hotfix on that. |
Hi, Especially because the CripsrAnalyzeR does not work for me. and it doesn't seems to be able to work without the interactive part. |
Hi Frymor, CRISPRAnalyzer is a Shiny application and thus not able to run without the interactive GUI - this is the main point of CRISPRAnalyzeR which is aimed at non-bioinformaticians. The fix will be added once the thesis is done, though new developments (feature-wise) will only be adapted to CRISPRAnalyzeR. Best |
Hi Jan and thanks for the fast response. Best |
Oh sorry, didn't get a notification about a new issue - my fault. |
no worries. I am still working out all the kinks from the caRpools scripts, which are already awesome by themselves. But it would be good, if in the new version of the R package you can modify the column names in the header of the count table, both of the sgRNA and the genes objects. |
I'm running into this same problem, and would like to use this package as soon as possible. Is this going to be fixed some time soon? Thanks! |
Dear Jan,
When I execute caRpools (ver. 0.83) on RStudio using the demo datasets (CRISPR_KO3_Drug, Wang or Shalem), I got the following errors (sometimes error [1] and other error [2]):
[1] Quitting from lines 696-708 (CaRpools-extended-PDF.Rmd)
Error in wilcox.test.default(x$foldchange, control.test, alternative = "t") :
not enough 'y' observations
[2] Quitting from lines 765-770 (CaRpools-extended-PDF.Rmd)
Error in
rownames<-
(*tmp*
, value = c("CTRL", "CTRL", "TREAT", "TREAT" :duplicate rownames not allowed
I am not able to complete the script running. Could you give me a solution?
Thanks in advance.
Alberto
The text was updated successfully, but these errors were encountered: