ProduceIGVSession: ProduceIGVSession Produces session file for 1 entry of coords...

Description Usage Arguments Value Author(s)

View source: R/autoIGV.R

Description

ProduceIGVSession Produces session file for 1 entry of coords data frame

Usage

1
2
3
4
5
6
7
8
ProduceIGVSession(
  region.params,
  indents = c(0, 0),
  bams.paths,
  refs.paths = data.table(paths = ""[0], name = ""[0]),
  max.matrix = data.table(),
  dir.path = tempdir()
)

Arguments

region.params

row of coords data frame

indents

vector of the number of nucleotids to be displayed from the left and rigth of region of interest. Default value is c(0, 0)

bams.paths

vector, containing paths to bam files. The order matters: tracks will appear in igv according to the order of this vector

refs.paths

vector, containing paths to reference files. The order also matters.

dir.path

name of the folder to put results in

Value

folder with one IGV session and 1 png per line of coords data frame

Author(s)

Maria Litovchenko


mumichae/DASSIE documentation built on Jan. 10, 2020, 12:07 a.m.