Fast calculation of feature count matrix
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.