projects/01-gait1/R/annotateSignifSNPs.R

annotateSignifSNPs <- function(A)
{
require(NCBI2R)

d <- dim(A$snpf)
posSig <- which(A$snpf$pSNP*d[1]<0.05)
snplist <- A$snpf$SNP[posSig]
b <- AnnotateSNPList(snplist)

b[1:12]
}
ugcd/solarius documentation built on May 3, 2019, 2:22 p.m.