1 | seekIRfind(subfolders, conditions, cond0, cond1, batches = NA, dir = "dir")
|
subfolders |
vector of strings, full paths to subfolder of IRFinder results for each sample. You can use the following code to get the subfolders: subfolders <- mainfolder \itemconditionsvector, has to contain the conditions (strings or numbers) of the samples (WT, KO, etc.) in the same order as the parameter subfolders \itemcond0string or numeric, control condition, has to be the same as in the parameter conditions \itemcond1string or numeric, test condition, has to be the same as in the parameter conditions \itembatchesvector of integers, standing for batch numbers \itemdirstring, either "dir" or "nondir" |
A list of two data.frames. The second contains Imports: DESeq2, ggplot2 the code is based around the DESeq2Constructor from the IRFinder pipeline myFiles <- list.files() iread <- seekIRfind(myFiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.