filter_dds | R Documentation |
Filter lowly abundant genes with the possibility of doing a normalisation on the genes to correct for trended biases. This function will not estimate size factors of a DESeq2 object, but it will add normalization factors to the DESeq2 object if the cyclic_loess is TRUE. Plotting options allow to see how the read distribution changes using different filtering and normalisation parameters
filter_dds(
deseq_dataset,
filt_method = c("sum", "mean", "max"),
min_counts = 5,
verbose = T,
show_mltdnsty = T,
cyclic_loess = F
)
deseq_dataset |
|
filt_method |
|
min_counts |
|
verbose |
|
show_mltdnsty |
|
cyclic_loess |
a DESeq2 object and a plot
dds_fltrd <- filter_dds(dds, filt_method = "mean")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.