bmData: Constructor for bmData objects

View source: R/bmData-class.R

bmDataR Documentation

Constructor for bmData objects

Description

This is constructor fo bmData objects.

Usage

bmData(
  value1 = NULL,
  value2 = NULL,
  pos = NULL,
  chr = NULL,
  gr = NULL,
  sampleNames = NULL,
  valueNames = NULL,
  ...
)

Arguments

value1

the first value to be stored, a matrix-like object

value2

the second value to be stored, a matrix-like object

pos

A vector of locations

chr

A vector of chromosomes

gr

An object of type GRanges

sampleNames

A vector of sample names

valueNames

the name of value1 or value2 or both. The order maps to the value.

...

other parameters from BSseq


MingLi-929/BMplot documentation built on Dec. 11, 2024, 6:06 p.m.