Skip to content

Programmatic access to modules/data #144

Answered by ivokwee
sooheon asked this question in Q&A
Discussion options

You must be logged in to vote

The pgx object is actually just a regular R *rda object. You can just load the pgx file with load("mydata.pgx") and it should load an 'ngs' object. This was the old name for NGS object. The names ngs/pgx are used interchangeably. Yes, for the moment we have no API or access functions for the data slots/lists, but this would definitely be useful for the future. For the moment we did not fix yet the structure of the pgx object. In the future we may change the internal represenation toward a more standard object like SummarizedExperiment or MultiAssayExperiment. That said, the current internal respresentation has been very stable so we could think of building API (programmatic interface). Pr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ivokwee
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants