InABA {brainImageR} | R Documentation |
InABA
checks for the gene name in the ABA dataset
InABA(genes, refset = c("developing", "adult"))
genes |
genes to search |
refset |
reference brain map. developing (default) or adult |
returns the list of genes that are also present in the ABA dataset
#brainImageR:::loadworkspace() ##First load in a gene set data(vth) ##Then query the dataset to see which genes are present #vth_in <- InABA(vth) #head(vth_in) #length(vth_in) / length(vth)