View source: R/weighted_down.R
downSampleW | R Documentation |
Simulate expression profile of _total_ mapped reads as a way to normalize the counts
downSampleW(vector, total = 1e+05, dThresh = 0)
vector |
a vector of total mapped reads per gene/transcript |
total |
the sum of the read counts after transformation |
dThresh |
the threshold at which anything lower is 0 after transformation. Usually 0 |
vector 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.