Closed linfanxiao closed 2 days ago
I know what makes this error: """ Infer cell type-specific gene regulatory network.
genome : str The genome used for gene annotation and enhancer location. (default: "hg38") gene_bed : str, optional Gene annotation for the specified genome as a 12-column BED file. (default: None) include_promoter : bool Include or exclude promoter peaks (<= TSS +/- 2kb) in network inference. (default: False) include_enhancer : bool Include or exclude enhancer peaks (> TSS +/- 2kb) in network inference. (default: True) full_output : bool Export all variables to the GRN file, or by default, only the TF_target + prob score.
Using the f
parameter should be specified either in the network and inference steps or in neither.
"""
Dear developers,
I encountered a problem like this: The output of ananse network is wried
my command is like this:
https://github.com/vanheeringen-lab/ANANSE/issues/116 I found someone has a similar question. However, they don't show how to solve it.