CellCODE estimate cell proportions SPV analysis grouping comparisons faulty
1
0
Entering edit mode
@christopherclarskon15-9965
Last seen 8.1 years ago

I am trying to conduct a preliminary test on my data before moving onto the real analysis in CellCODE, whereby my data ("E.rna")- 

Has been labeled using the IRIS data that accompanies CellCODE.

EmapTag=tagData(IRIS, 0.7, max=15, ref=E.rna, ref.mean=F)

"E.rna", then  has  columns so I set the following to split it into two groups.

grp=as.factor(rep(c(1,2), each=ncol(E.rna)/2)) #ensuring it matches the ncol(E.rna)
SPVs=getAllSPVs(E.rna, grp=grp, dataTag=EmapTag, method="mixed", plot=T, mix.par=0.3)

The process seems to work up until the last line where I get an error:

But then the process is curtailed by the following error.

Error in apply(data, 1, mean) : dim(X) must have a positive length

Has anyone encountered this error before?

CellCODE differential gene expression • 1.5k views
ADD COMMENT
1
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States

Although the reference website for the CellCODE paper says that the package will be published on bioconductor shortly, I don't see it in the release or devel branch of Bioconductor.

As such, your best bet might be to contact the authors directly.

You can find the author's email address in the DESCRIPTION file of the CellCODE package.

ADD COMMENT

Login before adding your answer.

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