Dear all, I want to run kissDE R package on my set of SNPs, that I found using KisSplice software. I'm using this code:
snpB<-kissplice2counts("results_all_reads_mDr_all_reads_WW_k25_coherents_type_0a.fa", pairedEnd=FALSE)
conditions<-c("mDr","WW")
resB<-diffExpressedVariants(snpB, conditions, pvalue=1)
But it gives me the following error:
"Error in rowMeans(Y2[, idxA]): 'x' must be an array of at least two dimensions\n An error occured, unable to fit models on data".
Any suggestions will be appreciated.
Thanks
Thank you very much vincent.lacroix.
So I will repeat kisSplice using replicates and then kissDE.
Thanks again Chiara
Dear Vincent.lacroix,
I tried running kissplice using replicates, but another error occured while running kissDE:
Any suggestions?
Thanks
Hi @vincent.lacroix,
I also encountered an almost similar error:
"Error in .validate_assayDataElementReplace(obj, value): object and replacement value have different dimensions\n An error occured, unable to fit models on data."
This actually occured when I ran KissDE using my data; however, this also resulted after running the example script documented in ?diffExpressedVariants. I also successfully ran qualityControl() and got no error from it.
And I have no idea what and where to look for. Sorry. and thanks for helping out!