generating celltype specific TF to gene table #126
-
Hi Seppe and community, I am bit confused on how to generate a simple TF to GENE (or TF to Region to Gene) connection table, for each celltype for my dataset. We want to intersect with results from other TF-gene networks generated from the same dataset. I am hoping to get a table for each celltype which has columns something like this - TFname, Regioncoord, Gene_name, TF2R_score, T2G_score (TFname, Regioncoord and Gene_name values can be duplicates if we have multiple connections) Could you please give an example of how to do this? maybe a celltype (say - "B_cells_1, B_cells_2, etc/") from the 10x multiome tutorial? -- Sid |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @sid5427 This data is stored in the following field of the Best, Seppe |
Beta Was this translation helpful? Give feedback.
-
@SeppeDeWinter could you please explain why the eRegulon specificity score (eRSS) |
Beta Was this translation helpful? Give feedback.
Hi @sid5427
This data is stored in the following field of the
scplus_obj
:scplus_obj.uns['eRegulon_metadata']
. However, this is not subdivided per cell type as the inference is run on the entire dataset (i.e. in a cell type agnostic manner). Getting information per cell type is not trivial. One way you could do this is by looking at gene expression and region accessibility of predicted target genes/regions in each cell type for each regulon. This is also what the dotplot aims to summarise.Unfortunately there is not automated way of stratifying regulons based on cell type.
Best,
Seppe