View source: R/00_check_distribution.R
generate_data_byGene | R Documentation |
This function generates data to plot distribution by Gene
generate_data_byGene( datasetname, counts, samples_metadata, selected_group, selected.gene.table, genetype )
datasetname |
: added name for dataset |
counts |
: count matrix |
samples_metadata |
: Metadata of samples, need to involve Chip,BulkName variables |
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_byGene(datasetname, counts, samples_metadata, selected_group, selected.gene.table, genetype)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.