getMACCscores: A wrapper function to compute MNase accessibility (MACC)...

Description Usage Arguments Examples

Description

A wrapper function to compute MNase accessibility (MACC) scores with one command.

Usage

1
2
3
4
getMACCscores(setlist = NULL, path2files = path2files, bin = 300,
  tit.points = NULL, genome = NULL, chrn = NULL, mc.cores = 2,
  filter.anomalies = TRUE, scale.genome.to.100Mb = TRUE,
  normalize.perBinSize = TRUE)

Arguments

setlist

a list of vectors with names of files contains positions of aligned reads. Each vector should correspond to one sample, and order of files should correspond to ascending order of MNase concentrations used in the experiment.

path2files

a path to files to be read.

bin

a size of a bin.

tit.points

a vector of MNase concentrations used in the experiment. The concentrations should be provided in ascending order.

genome

a string corresponding to genome of interest.

chrn

a vector of chromosome names or NULL for all chromosomes.

mc.cores

a number of cores for parallel computing.

scale.genome.to.100Mb

logical. Should the values be normalized to genome size?

normalize.perBinSize

logical. Should the values be normalized to been size?

Examples

1

jakubmie/MACC documentation built on May 18, 2019, 11:17 a.m.