Documentation Index
Fetch the complete documentation index at: https://mintlify.com/BDB-Genomics/AlphaGenomeR/llms.txt
Use this file to discover all available pages before exploring further.
alphagenome_get_atac() extracts ATAC-seq chromatin accessibility predictions from the list returned by alphagenome_query(). It accesses the atac slot of the underlying Python response object via reticulate::py_get_attr() and converts both the signal matrix and track metadata into native R objects. If "ATAC" was not included in requested_outputs, the function returns NULL.
Function signature
Parameters
The list returned by
alphagenome_query(). Pass the return value of alphagenome_query() directly without modification.Return value
Returns
NULL if "ATAC" was not included in requested_outputs when calling alphagenome_query().Otherwise returns a named list with two elements:Example
Include
"ATAC" in requested_outputs when calling alphagenome_query(). The function returns NULL if "ATAC" was omitted, and accessing $values on NULL will produce an error.