powered by
Fast calculation of feature count matrix
makeFeatureMatrix(bedmat, barcodes)
A feature count matrix with features as rows and barcodes as columns
A feature count list generated by bedmap
A list of barcodes
if (FALSE) { gene.counts <- makeFeatureMatrix(genes.bc, barcodes) promoter.counts <- makeFeatureMatrix(promoters.bc, barcodes) samnple <- gene.counts + promoter.counts }
Run the code above in your browser using DataLab