segmentDrift: segmentDrift

Description Usage Arguments Value

View source: R/segmentDrift.R

Description

Segments a matrix (D) given a set of genomic coordinates stored in fdat using either CBS or PCF

Usage

1
segmentDrift(segmenter = "PCF", fdat, D, kmin = 5, rm.homo = FALSE)

Arguments

segmenter

either CBS or PCF (Default: PCF)

fdat

Genomic data-frame where first two columns are "chrom" and "pos"

D

Matrix corresponding to fdat containing distances to plot, samples in columns, rows are the genomic pos

kmin

Minimum number of SNPs to consider (default = 5)

rm.homo

Remove homozygous SNPs (Default = FALSE)

Value

CNA object


quevedor2/CCLid documentation built on July 15, 2020, 4:05 a.m.