Two extractor functions handle ChIP-seq modalities: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_chip_tf() for transcription factor binding predictions and alphagenome_get_chip_histone() for histone modification predictions. Both access their respective slots from the Python response object returned by alphagenome_query() and convert the data to native R structures. Either function returns NULL if the corresponding modality was not included in requested_outputs.
alphagenome_get_chip_tf()
Transcription factor ChIP-seq (TF ChIP-seq) measures genome-wide binding of specific transcription factors to chromatin.alphagenome_get_chip_tf() extracts the chip_tf slot from the AlphaGenome response via reticulate::py_get_attr().
Function signature
Parameters
The list returned by
alphagenome_query(). Must have been called with "CHIP_TF" in requested_outputs.Return value
Returns
NULL if "CHIP_TF" was not in requested_outputs. Otherwise returns a named list:Example
alphagenome_get_chip_histone()
Histone ChIP-seq measures genome-wide enrichment of histone modifications (e.g., H3K4me3, H3K27ac) that mark active promoters, enhancers, and other regulatory elements.alphagenome_get_chip_histone() extracts the chip_histone slot from the AlphaGenome response.
Function signature
Parameters
The list returned by
alphagenome_query(). Must have been called with "CHIP_HISTONE" in requested_outputs.Return value
Returns
NULL if "CHIP_HISTONE" was not in requested_outputs. Otherwise returns a named list: