make_bigwig_db: Make Bigwig Database

make_bigwig_dbR Documentation

Make Bigwig Database

Description

Build a database containg bigwig files

Usage

make_bigwig_db(
  new_project = NULL,
  cache_location = "~/.cache/seuratTools/",
  sqlite_db = "bw-files.db"
)

Arguments

new_project

Project directory

cache_location

Path to cache "~/.cache/seuratTools"

sqlite_db

sqlite db containing bw files


whtns/seuratTools documentation built on April 9, 2024, midnight