Description Usage Arguments Value Examples
View source: R/calc.DESeq2.L2FC.R
Calculates log2 fold-changes between samples of a specified variable using input of a count matrix and metadata dataframe
1 2 3 4 5 6 7 8 9 | calc.DESeq2.L2FC(
countsTable,
metadata,
meta.idnum = NULL,
include.batch = F,
p.cutoff = 0.05,
save = F,
verbose = T
)
|
countsTable |
input matrix containing normalized gRNA counts with gRNA ids as row names |
metadata |
input dataframe containing sample names and other identifiers or data |
meta.idnum |
vector containing the column numbers in metadata that represent (1) Cell line, (2) replicates, and (3) condition |
include.batch |
logical to include replicates in the model |
p.cutoff |
numeric - specified p-value cut-off |
save |
logical - do you want to save the fold-change table to csv |
verbose |
TRUE/FALSE |
matrix containing Log2 fold-changes for each comparison
1 2 | L2FC <- calc.DESeq2.L2FC(countsTable, design.table, save = T)
...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.