Selecting present prob-id after performing pa.calls function from panp package on eSet
0
0
Entering edit mode
8.0 years ago

Hi , suppose I have an eSet with 30 control and 70 cancer sample, I performed pa.calls function from panp package an my eSet, now I have a matrix included P,M and A calls , please tell me how can I select P calls prob-ids from original eset ,Please let me know if you have any suggestion, I run these codes

table(pData(eset)[,Disease])

70:cancer        30:control

PA<-pa.calls(eset)
Processing 100 chips####

mypcalls<-PA$Pcalls
keep <- rowSums(mypcalls=="P") ??????

how should I complete above codes?

pa.calls filtering eSet • 1.3k views
ADD COMMENT

Login before adding your answer.

Traffic: 2753 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