search for: rsnper

Displaying 1 result from an estimated 1 matches for "rsnper".

Did you mean: rsnpper
2007 Feb 05
3
RSNPper SNPinfo and making it handle a vector
If I run an analysis which generates statistical tests on many SNPs I would naturally want to get more details on the most significant SNPs. Directly from within R one can get the information by loading RSNPer (from Bioconductor) and simply issuing a command SNPinfo(2073285). Unfortunately, the command cannot handle a vector and therefore only wants to do one at a time. I tried the lapply and sapply functions but was stymied temporarily lapply(best.snp,SNPinfo) #where best.snp is a vector of SNPs Error i...