powered by
Generate overview plot of the neuroimagene object according to gene/NIDP pair
plot_gnNIDP( ng_obj, maxNidps = 20, maxGns = 15, title = NA, shortnames = TRUE, verbose = FALSE )
a ggplot class heatmap showing tissue models per NIDP/Gene pair
NeuroimaGene object
maximum number of NIDPs to visualize. default=20
maximum number of genes to visualize. default=15
optional title tag for the plot
optional boolean tag for simplified names. Default to TRUE
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_gnNIDP(ng)
Run the code above in your browser using DataLab