View source: R/00_check_distribution.R
generate_data_for_plot | R Documentation |
This function generates data to plot distribution by Gene
generate_data_for_plot( datasetname, counts, samples_metadata, selected_group, selected.gene.table, genetype, master_gene_table )
datasetname |
: added name for dataset |
counts |
: count matrix |
samples_metadata |
: Metadata of samples, need to involve "Chip", "BulkName" variable |
selected_group |
: selected group in Chip variable |
selected.gene.table |
: gene table composend of selected genes with ensembl and symbols variable |
genetype |
: type of gene names "ensembl" or "symbols" |
data ready to plot
generate_data_for_plot(datasetname, counts, samples_metadata, selected_group, selected.gene.table, genetype, master_gene_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.