diff options
author | Hao Chen | 2019-05-19 12:16:32 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-19 12:16:32 -0500 |
commit | 8ec2340063fef684268f11ea5aa631a9457459be (patch) | |
tree | a51cec96a7c97f557d997cc7f22886b1cb070c40 /ratspub_keywords.py | |
parent | 8fec258c37cf38c4af2ffe64d67e4f3fc121ad3b (diff) | |
download | genecup-8ec2340063fef684268f11ea5aa631a9457459be.tar.gz |
gene v top gene search change from graph to table
Diffstat (limited to 'ratspub_keywords.py')
-rw-r--r-- | ratspub_keywords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratspub_keywords.py b/ratspub_keywords.py index baeb5a0..0c7d0dd 100644 --- a/ratspub_keywords.py +++ b/ratspub_keywords.py @@ -21,7 +21,7 @@ brain_d ={"cortex":"cortex|prefrontal|pfc|mPFC|vmpfc|corticostriatal|cortico lim "amygdala":"amygdala|cea|bla|amy|cna", "VTA":"ventral tegmental|vta|pvta|mesolimbic|limbic|midbrain|mesoaccumbens|mesoaccumbal", "habenula":"habenula|lhb|mhb", - "hypothalamus":"hypothalamus|hypothalamic|PVN|paraventricular nucleus" + "hypothalamus":"hypothalamus|hypothalamic|PVN|paraventricular nucleus|LHA" } # brain region has too many short acronyms to just use the undic function, so search PubMed using the following brain_query_term="cortex|accumbens|striatum|amygadala|hippocampus|tegmental|mesolimbic|infralimbic|prelimbic|habenula" |