View source: R/weighted_down.R
weighted_down | R Documentation |
Weighted subtraction from mapped reads and simulate expression profile of _total_ mapped reads for normalization.
weighted_down(expRaw, total = 1e+05, dThresh = 0)
expRaw |
matrix of total mapped reads per gene/transcript |
total |
numeric post transformation sum of read counts |
dThresh |
the threshold at which anything lower than that is 0 |
matrix of downsampled read mapped to genes/transcripts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.