setGeno: setGeno

Description Usage Arguments Value Author(s) Examples

View source: R/simGenotypeInternal.R

Description

Generate a subset of snv with genotype

Usage

1
setGeno(infoSNV, genotype)

Arguments

infoSNV

a list of snv = data.frame with column : chr, pos, ref, alt, gtype and listSubset = index of the snv keep from the snv input

genotype

data.frame one column format 0|0, 0|1, 1|0 or 1|1 one row per snv same row then snv

fileList

a list of GRanges, the segments from multiple files.

Value

a list of snv = data.frame with column : chr, pos, ref, alt, gtype and listSubset = index of the snv keep from the snv input

Author(s)

Pascal Belleau, Astrid Deschenes and Alexander Krasnitz

Examples

1
# TODO

belleau/simAnc documentation built on June 11, 2021, 9:09 p.m.