makeFeatureMatrix | R Documentation |
Fast calculation of feature count matrix
makeFeatureMatrix(bedmat, barcodes)
bedmat |
A feature count list generated by bedmap |
barcodes |
A list of barcodes |
A feature count matrix with features as rows and barcodes as columns
## Not run:
gene.counts <- makeFeatureMatrix(genes.bc, barcodes)
promoter.counts <- makeFeatureMatrix(promoters.bc, barcodes)
samnple <- gene.counts + promoter.counts
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.