computeMotifScore {transite}R Documentation

Motif Score Algorithm

Description

C++ implementation of motif score algorithm.

Usage

computeMotifScore(kmers)

Arguments

kmers

list of k-mers

Value

data frame with columns score, top.kmer, and top.kmer.enrichment


[Package transite version 1.2.0 Index]