quantifySNPs: Simple quantifySNPs function.

Description Usage Arguments Value Author(s) Examples

View source: R/quantifySNPs.R

Description

quantifySNPs converts trinary snps to frequency data

Usage

1
2
3
4
5
6
7
8
quantifySNPs(
  snps,
  freqthresh = 0.1,
  shiftit = FALSE,
  replaceWithF = TRUE,
  traitvecin = NA,
  trainvec = NA
)

Arguments

snps

input matrix

freqthresh

remove snps below this frequency

shiftit

shift the snps to smooth the estimate

replaceWithF

replaces snps with frequency values

traitvecin

map snps to trait vector

trainvec

defines training data

Value

matrix is output

Author(s)

Avants BB

Examples

1
2
mat <- matrix(c(0,1,2,0,0,1,2,2,2),ncol=3)
wmat<-quantifySNPs( mat , freqthresh=0)

neuroconductor-devel/ANTsR documentation built on April 1, 2021, 1:02 p.m.