View source: R/supp_functions.R
getBinMatrix | R Documentation |
This function calculates the read count of specific cells in a framgnets file. These counts are returned as a matrix
getBinMatrix(cells, df, fragments)
cells |
.tsv file of cells to include in the calculation |
df |
dataframe containing GCcontent, peak content and width information |
fragments |
path to a .tsv.gz fragments file with corresponding .tbi file |
A matrix containing the read counts. Row names are features, column names are cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.