filterCounts | R Documentation |
In addition to count data matrix, htseq-clip also creates a max count matrix.
For each window, this file contains the maximum crosslink site count (height) calculated
per nucleotide. This function uses this file to filter the count data file instead of the
default prefiltering on rowSums
. Windows failing the threshold
rowSums(maxWindowCount>=countThresh)>=nSamples
will be removed from the object.
filterCounts(object, maxCountFile, countThresh, nsamples)
object |
|
maxCountFile |
|
countThresh |
|
nsamples |
|
DESeq object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.