plot_gns {neuroimaGene} | R Documentation |
Gene summary plot of neuroimaGene object
Description
Generates an overview plot of the neuroimaGene object according to each gene input.
Usage
plot_gns(ng_obj, maxGns = 15, title = NA, verbose = FALSE)
Arguments
ng_obj |
NeuroimaGene Object |
maxGns |
maximum number of genes to visualize. default=15 |
title |
optional title tag for the plot |
verbose |
print runtime messages to R console. Default to FALSE |
Value
a ggplot class plot detailing NIDPs per gene, colored by brain measure type
Examples
gene_list <- c('TRIM35', 'PROSER3', 'EXOSC6', 'PICK1', 'UPK1A', 'ESPNL', 'ZIC4')
ng <- neuroimaGene(gene_list, atlas = NA, mtc = 'BH', vignette = TRUE)
plot_gns(ng)
[Package neuroimaGene version 0.1.0 Index]