Displaying 1 result from an estimated 1 matches for "20500x363".
Did you mean:
2000363
2010 Apr 18
2
plotting pca of samples in different colors
Hi! All,
I am working on a dataset 'rat' with dimension 20500x363. I have
calculated pca of samples (columns). Now I am trying to plot first two
principle components with specified columns in different color. I have
done following so far:
> dim(rat)
[1] 20500 363
>#specifying columns to be colored in red
> a1=colnames(rat[,c(1,5,9,12,16,154,227,276,28...