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

CaRpools-extended-PDF.Rmd errors #7

Open
xuguorong2016 opened this issue Jan 18, 2018 · 2 comments
Open

CaRpools-extended-PDF.Rmd errors #7

xuguorong2016 opened this issue Jan 18, 2018 · 2 comments

Comments

@xuguorong2016
Copy link

Hi,

I installed the virtual box and loaded the image on my mac machine. When I launched the R-studio to run the test command and I got the below error. I also tried other R markdown templates and all failed. Any thoughts?

library(caRpools)
use.caRpools(type=NULL, file="CaRpools-extended-PDF.Rmd", miaccs="MIACCS.xls", check=TRUE, work.dir=NULL)

Quitting from lines 342-382 (CaRpools-extended-PDF.Rmd)
Show Traceback

Rerun with Debug
Error: 1: Space required after the Public Identifier
2: SystemLiteral " or ' expected
3: SYSTEM or PUBLIC, the URI is missing

Thanks,
Michael

@jos4uke
Copy link

jos4uke commented Aug 7, 2018

Hi
maybe a little bit late, I also encountered the same error using the provided VM and on the sample dataset.

This seems related to Gene Annotation with biomaRt.
This is controlled in the MIACCS.xls file (lines 84-91).
Especially the lines 85 (Convert gene identifier?) and 90 (Annotate final gene hit list?).
By default they are all TRUE.
When disabled (FALSE), use.caRpools() run untill the end without errors and you get your report.

So if you don't need converting/annotating gene with biomaRt, you can disable these options.

@jos4uke
Copy link

jos4uke commented Aug 7, 2018

Maybe upgrade biomart package could fix this issue as stated here https://support.bioconductor.org/p/79422/

While i am using the provided VM, and not my own install, I didn't try yet

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