FragInRegions | R Documentation |
Compute total fragment counts in genomic regions for update single cell information table.
FragInRegions( fragment = NULL, GR = NULL, csvFile = NULL, csvOutputFile = NULL, name = NULL, process_n = 2000 )
fragment |
A fragment object. |
GR |
Genomic regions saved in Granges. |
csvFile |
The csv file used for saving single cell information. |
csvOutputFile |
The updated csv file. |
name |
The column name of new data. |
process_n |
Number of regions to load into memory at a time, per thread. Processing more regions at once can be faster but uses more memory. Default: 5000. |
a vector of counts number for every cells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.