-
Notifications
You must be signed in to change notification settings - Fork 34
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
Problem regarding get a column metadata #7
Comments
Hi @git-jrwang , sorry you are having a problem. Can you please post the command you are running? Also does this work for you (from within R console)? library(cmapR)
example("read.gctx.meta") |
I can read row meta, but not column meta. Here is the output of code.
rd.gc.> gct_file <- system.file("extdata", "modzs_n272x978.gctx", package="cmapR") rd.gc.> # row meta rd.gc.> str(row_meta) rd.gc.> # column meta
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I have found problem myself. It is my LC_Locale. If I change to English, the problem solved. |
@git-jrwang great, thanks for letting us know about that and glad you could solve the problem. |
Hi:
I try your example code to get column metadata from the sample .gctx file. It gives me an error as follow:
Error in withCallingHandlers(expr, warning = function(w) invokeRestart("muffleWarning")) :
invalid multibyte string at '<84>'
I am not sure what happens?
The text was updated successfully, but these errors were encountered: