Clustering for count data based on poisson or negative-binomial model using MBCluster.Seq
2
0
Entering edit mode
7.1 years ago
1769mkc ★ 1.2k
 GeneID<-countTable[,1]
Count=countTable[,-1];
Normalizer=rep(1,ncol(Count))
dim(countTable)

[1] 36536 5

Treatment=c("SRX017796","SRX017797","SRX017795","SRX017794")
n=20
mydata=RNASeq.Data(Count,Normalize=NULL,Treatment,t(GeneID))
c0=KmeansPlus.RNASeq(mydata,nK=n)$centers
cls=Cluster.RNASeq(data=mydata,model="nbinom",centers=c0,method="E+ M")$cluster

[1] "--->>>> iteration stops after 0 steps"

tr=Hybrid.Tree(data=mydata,cluste=cls,model="nbinom")

[1] "level 1"

Error in pairs[i, 1] : subscript out of bounds

This is my code and the last error , i need help im stuck with that.Any suggestion and help would be highly appreciated

RNA-Seq R • 2.6k views
ADD COMMENT
0
Entering edit mode
5.2 years ago

For negative binomial model, there is another R package for RNA-Seq clustering: NB.Mclust. It applies to unsupervised clustering without biological group.

ADD COMMENT
0
Entering edit mode
5.2 years ago

Nice post... Thank you for sharing such a Great post!! if anyone face printer issue clicks here http://www.hptechnicalsupportphonenumber.com/blog/how-to-fix-hp-recovery-manager-error-code-ffffff15/

ADD COMMENT

Login before adding your answer.

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