netmap.masking.external¶
External reference GRN integration and genome-proximity regulator annotation.
Functions in this module annotate GRN edges with:
Overlap with a literature reference network (e.g. CollecTRI) via
add_external_grn().TF→gene relationships derived from genomic proximity (GTF + BED files) via
get_regulators()andadd_genome_information_to_anndata().
Functions
Annotate GRN edges with overlap against an external reference network. |
|
Merge TF→gene regulatory relationships into GRN AnnData variable metadata. |
|
Return gene-feature rows from a parsed GTF DataFrame. |
|
Identify TF regulators of each gene by proximity to the TSS. |
|
Read a BED file and parse the TF motif list column. |