Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kmap

Build Status codecov.io

Generate mappable regions of the genome for a given K-mer length.

Knowing where reads can uniquely map in the genome is useful for nascent RNA assays, both in statistical calculations and to make predictions. kmap takes two inputs: a genome and the read length, K. The output is automatically cached on disk.

library(kmap)

gr <- mappable("hg38", kmer = 36)

Usage

Install the latest version of kmer using:

BiocManager::install("coregenomics/kmap")

If the above command fails, install Bioconductor.

install.packages("BiocManager")

About

Generate mappable regions of the genome for a given K-mer length.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages