-
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
Difference between the example object and the one parsed from file #68
Comments
Hi @afaissa, it looks like you're doing everything right and both files are being parsed correctly. Can you provide more detail about what you think is the problem? Thanks, |
Hi Ted Thank you for your quickly reply. Since I would like to subset the object by drug, time, etc, I can do that only using the example object but not for the real one. In other words, the object parsed from file gives me only one column of ids. Please, let me know if I should provide any additional information. Thank you,
col_metaGSE70138 <- read_gctx_meta(GSE70138_Level5_Path, dim="col")
|
Hi @afaissa, Ok I see what the problem is. The issue is that the second GCTX file is not annotated. That is, the file contains only the matrix of data but no sample annotations. These sample annotations can be obtained in the same GEO repository where you downloaded the level 5 data file. You will want the 'siginfo.txt' file in the same repository. Please see this section of the tutorial for how to add annotations to the GCT object once you've read them in. Hopefully that helps but please let me know if you have any other questions. Thanks a lot, |
That worked! Thank you! |
Hi, thank you for the package!
The structure of object from the example is different from a object that is parsed from a file.
In the second I can't retrieve the columns metadata correctly and all the metadata is on the format "REP.A001_A375_24H:A03"
What I am doing wrong?
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] cmapR_1.5.0
loaded via a namespace (and not attached):
[1] Rcpp_1.0.6 XVector_0.33.0
[3] GenomicRanges_1.45.0 BiocGenerics_0.39.0
[5] zlibbioc_1.39.0 IRanges_2.27.0
[7] flowCore_2.4.0 lattice_0.20-44
[9] GenomeInfoDb_1.29.0 tools_4.1.0
[11] SummarizedExperiment_1.23.0 parallel_4.1.0
[13] grid_4.1.0 rhdf5_2.36.0
[15] Biobase_2.53.0 matrixStats_0.59.0
[17] RcppParallel_5.1.4 Matrix_1.3-4
[19] GenomeInfoDbData_1.2.6 Rhdf5lib_1.14.0
[21] cytolib_2.4.0 RProtoBufLib_2.4.0
[23] rhdf5filters_1.4.0 S4Vectors_0.31.0
[25] bitops_1.0-7 RCurl_1.98-1.3
[27] DelayedArray_0.19.0 compiler_4.1.0
[29] MatrixGenerics_1.5.0 stats4_4.1.0
The text was updated successfully, but these errors were encountered: