powered by
Generates an overview plot of the neuroimaGene object according to each gene input.
plot_gns(ng_obj, maxGns = 15, title = NA, verbose = FALSE)
a ggplot class plot detailing NIDPs per gene, colored by brain measure type
NeuroimaGene Object
maximum number of genes to visualize. default=15
optional title tag for the plot
print runtime messages to R console. Default to FALSE
gene_list <- c('TRIM35', 'PROSER3', 'EXOSC6', 'PICK1', 'UPK1A', 'ESPNL', 'ZIC4') ng <- neuroimaGene(gene_list, atlas = NA, mtc = 'BH', vignette = TRUE) plot_gns(ng)
Run the code above in your browser using DataLab