Created
May 15, 2018 05:03
-
-
Save oganm/9485fabb70718cb7562a615771074886 to your computer and use it in GitHub Desktop.
lilah's gene list for publication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
regions = c('Cortex','Hippocampus','Striatum','Cerebellum','Thalamus') | |
regions %>% lapply(function(x){ | |
cellTypes = names(mouseMarkerGenesCombined[[x]]) | |
cellTypes %>% lapply(function(y){ | |
data.frame(symbol = mouseMarkerGenesCombined[[x]][[y]], NCBIid = mouseMarkerGenesCombinedNCBI[[x]][[y]]) | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment