View source: R/networkBuilder.R
uniqueExprsData | R Documentation |
get unique the microarray data for each gene id.
uniqueExprsData(exprsData, method = "Max", condenseName = "logFC")
exprsData |
dataset of expression comparison data |
method |
method must be Max, Median or Min |
condenseName |
column names to be condensed |
a dataframe of expression data without duplicates
data("example.data")
example.microarrayData<-uniqueExprsData(example.data$example.microarrayData,
method="Max", condenseName='logFC')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.