NET5 | R Documentation |
Compute the local enrichment value as described in the paper
NET5(test,window_size,flanks_size,genome_size)
test |
data.frame with the following column names : 5end, str, sum_freq The 5end column has to be the first column of the data.fame. It contains 5' positions of mapped reads The str column contains corresponding strand The sum_freq columns contains the number of mapped reads with the corresponding 5' position and strand |
window_size |
Size of the window to compute local enrichment. Has to be an odd number and is equal to 2w+1 corresponding to the local enrichment formula described in the paper. |
flanks_size |
Size of the neighboring region to compute local enrichment. Corresponds to f in the local enrichment formula described in the paper. |
genome_size |
Genome size |
The test data.frame with an additional column containing the local enrichment value.
Simon Leonard
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.