8000 GitHub - coregenomics/kmap: Generate mappable regions of the genome for a given K-mer length.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coregenomics/kmap

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

Packages

No packages published

Contributors 2

  •  
  •  
0