SNVdata: Constructor function for an object of class SNVdata

Description Usage Arguments Value

View source: R/SNVdata_methods.R

Description

Constructor function for an object of class SNVdata

Usage

1
SNVdata(Haplotypes, Mutations, Samples = NULL)

Arguments

Haplotypes

sparseMatrix. A sparse matrix of haplotype data, which contains the haplotypes for unrelated individuals representing the founder population. Rows are assumed to be haplotypes, while columns represent SNVs.

Mutations

Data frame. A data frame that catalogs the SNVs in Haplotypes.

Samples

An optional dataframe or matrix describing the individuals in Haplotypes.

Value

an object of class SNVdata.


simrvprojects/SimRVSequences documentation built on March 12, 2020, 1:33 a.m.