Learn R Programming

rliger (version 1.0.1)

makeFeatureMatrix: Fast calculation of feature count matrix

Description

Fast calculation of feature count matrix

Usage

makeFeatureMatrix(bedmat, barcodes)

Value

A feature count matrix with features as rows and barcodes as columns

Arguments

bedmat

A feature count list generated by bedmap

barcodes

A list of barcodes

Examples

Run this code
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