Skip to content

Instantly share code, notes, and snippets.

@oganm
Created May 15, 2018 05:03
Show Gist options
  • Save oganm/9485fabb70718cb7562a615771074886 to your computer and use it in GitHub Desktop.
Save oganm/9485fabb70718cb7562a615771074886 to your computer and use it in GitHub Desktop.
lilah's gene list for publication
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