R - snpmatrix - data filtering
0
0
Entering edit mode
5.1 years ago

Hi all,

I'm interested to use genegeneinteraction R package. For that data are read and a snp matrix is generated. When I try to run gene gene interaction I get error

 GGI.res <- GGI(Y=Y, snpX=data$snpX, genes.info=data$genes.info,method="PCA")

Error:

Error in GGI(Y = Y, snpX = data$snpX, genes.info = data$genes.info, method = "PCA") : The snpMatrix must be complete. No NAs are allowed.

I am unable to get my way through this (snp matrix) data structure.

https://bioconductor.statistik.tu-dortmund.de/packages/2.8/bioc/manuals/snpMatrix/man/snpMatrix.pdf

Can anyone help in order to use signature function:

temp<-data$snpX [signature(x="temp",drop="missing")]  
 signature(x="temp",drop="missing")  
 []signature(x="temp",drop="missing")

http://www.imsbio.co.jp/RGM/R_rdfile?f=snpStats/man/SnpMatrix-class.Rd&d=R_BC

Also, I'm interested to view contents of it, but unable to print or subset them in readable manner.
Thanks.

SNP matrix • 1.2k views
ADD COMMENT
1
Entering edit mode

You should post this on https://support.bioconductor.org. Also, use GGI and snpMatrix as tags so they pop up to people looking to answer questions on those topics.

ADD REPLY

Login before adding your answer.

Traffic: 3164 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6