TrioSetList: Constructor for 'TrioSetList' class

Description Usage Arguments

View source: R/methods-TrioSetList.R

Description

The TrioSetList class has been deprecated and may be removed in a future release. Use MinDistExperiment instead.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
TrioSetList(
  chromosome = integer(),
  pedigreeData = Pedigree(),
  sample.sheet,
  row.names = NULL,
  lrr,
  baf,
  featureData,
  cdfname,
  ffname = "",
  genome
)

Arguments

chromosome

integer vector of chromosome names

pedigreeData

a Pedigree object

sample.sheet

a data.frame containing sample covariates

row.names

a character vector

lrr

a matrix of log R ratios

baf

a matrix of B allele frequencies

featureData

a GenomeAnnotatedDataFrame

cdfname

a character string indicating the annotation package

ffname

prefix for ff-filenames

genome

character string indicating genome build


MinimumDistance documentation built on Nov. 8, 2020, 11:11 p.m.