Entering edit mode
8.6 years ago
Chirag Nepal
★
2.4k
Hi there,
I have a list of SNV genes of my interest. I want to find how many of these genes are potential transcriptional regulator genes (such TBP, NANOG, Oct4 and so on). Does anybody know a webpage where such information is compiled ?
Thank you !!!
Like the TFs listed here in FANTOM ? http://fantom.gsc.riken.jp/5/sstar/?title=Data_source&action=edit
I think it is not that easy to do that, or might be not feasible directly to find upstream TFs from SNV data or if a SNV is a potential TF. What you can do is create a bed file of the SNV to get
chr start end
and then use enrichr to find upstream TFs from there but then also it will be a very close call and would rather be false positives for me. What I would suggest is to couple with RNA-Seq data if you have for the samples you obtained SNVs or the phenotype in consideration one can check the public expression data and then to overlap the DEGs with that of SNVs to see if a mutation is corresponding to change in gene expression or rather even the upstream TF analysis from the DEGs giving any TFs as gene names can be crossed with with SNV list from your end. But having a directed approach of TFs from SNV is something which might give a lot of FPs.