RDView: RDView This is a function that allows you to correct the...

Description Usage Arguments

View source: R/RDView.R

Description

RDView This is a function that allows you to correct the binary scoring for the application of interest. This uses advanced heirarchal clustering to guide you through score correction.

Usage

1
2
3
4
5
6
7
8
9
RDView(
  tmp,
  c.i = NULL,
  wr.i = "wr1",
  rd.name = NULL,
  rscale = F,
  wh = 14,
  hh = 8
)

Arguments

tmp

is an RD object

c.i

is an alternate list of cells to review (instead of all)

wr.i

is the window region definition.

rd.name

is the name of the RD object (used for png.out)

rscale

is a boolean for rescaling the data

wh

is the window height

hh

is the window width (why the hell did I name it hh?)


leeleavitt/procPharm documentation built on Feb. 3, 2021, 11:43 a.m.