merge_counts | R Documentation |
This function takes two read count datasets as output by function
link{count_reads}
and merges them, adding new rows and computing
the sum of read counts in shared bins as needed. The output is sorted
according to the genomic position of the bins, as the inputs were.
merge_counts(x, y)
x, y |
the two read count |
a data.frame
of read counts similar to those given as input,
but that combines the data of the inputs.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.