discard_0_counts | R Documentation |
This functions prepares countsfile for DESeq discarding rows with many 0 for all samples. It uses the given cutoff, to discard rows containing greater than a cutoff in percentage of 0's. Default cutoff value is 0.9
discard_0_counts(countsF, cutoff = 0.9)
countsF |
Count file for DESeq |
cutoff |
Cutoff for discarding rows |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.