View source: R/gemini_prepare_input.R
gemini_prepare_input | R Documentation |
This is an internal function to GEMINI, allowing for data cleanup and preprocessing before a Model object is created. This removes any gene pairs targeting the same gene twice, and removes any empty samples/replicates.
gemini_prepare_input(Input, gene.columns, sample.col.name = "samplename")
Input |
An object of class gemini.input |
gene.columns |
a character vector of length(2) |
sample.col.name |
a character indicating the name of the sample column (default = "samplename") |
a (prepared) gemini.input object
data("Input", package = "gemini") Input %<>% gemini_prepare_input(gene.columns = c("U6.gene", "H1.gene"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.