subsample_analysis_PSF: Estimation of the probability of detecting new SV using the...

View source: R/svh_functions.R

subsample_analysis_PSFR Documentation

Estimation of the probability of detecting new SV using the PSF model.

Description

Estimation of the probability of detecting new SV using the PSF model.

Usage

 subsample_analysis_PSF(sv_dataset, subsample) 

Arguments

sv_dataset

Table that contains in the rows: non overlaping windows in which the genotype-type is described (as a single integer) columns: individuals of a population. It is simlar to vcf file where the columns are the individuals and the rows the loci.

sv_dataset

Vector of integer(s) that contain the size of the sample. It is sub-sample as it is required to be smaller thant the input dataset (sv_dataset)

Examples

subsample_analysis_PSF(sv_dataset=NULL, subsample=c(20))

lfpaulin/SVhound documentation built on July 27, 2022, 3:43 a.m.