pre-processing ,discretization and filtering microarray dataset
0
0
Entering edit mode
8.0 years ago

I have 72*7130 golub microarray dataset. I apply Dudoit pre-processing step in matlab and save txt file.

ın R, I use this code;

disc <- read.table("C:/Users/Desktop/leuk.txt", header=F, quote="\"") library(discretization)

values=disc[,-1] cancer_type=disc[,1] data1=data.frame(values,cancer_type)

library(discretization) chiM(data1,alpha = 0.05)

But,last code doesn't work. What is the problem ?

microarray pre processing discretization filtering • 1.2k views
ADD COMMENT

Login before adding your answer.

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