txomeai-package: API access to Ocean Genomics txome.ai RNA-seq Analysis

Description Details Author(s) References Examples

Description

This package is a wrapper for the API interface to txome.ai RNA-seq Analysis reports. It handles authentication and query munging for simplified data access. This is the API to access report data generated by the txome.ai tool from Ocean Genomics.

Details

The DESCRIPTION file: This package was not yet installed at build time.
Index: This package was not yet installed at build time.
~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~

Author(s)

Joshua Katz [aut], Guillaume Marçais [cre, cph] Maintainer: Guillaume Marçais <gmarcais@oceangenomics.com>

References

https://txomeai.oceangenomics.com/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
domain = "https://txomeai.oceangenomics.com"
path = "api/pipeline-output/c444dfda-de51-4053-8cb7-881dd1b2734d/2021-10-25T185916/report/index.html"
report = txomeai_connect(paste(domain, path, sep="/"))
# View all available tables
unique(report$ls$name)
# View available queries
head(report$ls)
# View sample meta data
head(report$sample_meta)
# View comparative analysis meta data
head(report$comparative_meta)
# Run a table query
report_sv = txomeai_get(report, "StructuralVariants")

OceanGenomics/txomeai documentation built on Feb. 19, 2022, 1:46 p.m.