Hello,
I'm encountering an issue with jCounts().
I ran
jcounts <- jCounts(counts = gbcounts,
features = features,
minReadLength = 75,
libType="SE",
strandMode=2)
When checking the output, the alternative splice site PSI results dataframe altPSI(jcounts) is empty, with zero rows. My understanding is that this means there are no alternative splice site usage events being detected--is that correct? This lack of results seemingly causes the downstream jDUreport() function to fail at the step Running altPSI test as jDUreport() throws the following error message:
jDUreport(jcounts,
minAvgCounts = 5,
contrast = c(1,-1),
filterWithContrasted = TRUE,
runUniformityTest = FALSE,
maxPValForUniformityCheck = 0.2,
strongFilter = TRUE,
maxConditionsForDispersionEstimate = 24,
formula = NULL,
coef = NULL,
maxFDRForParticipation = 0.05,
useSubset = FALSE)
Running junctionsPJU test
Running junctionsPIR test
Running irPIR test
Running esPSI test
Running altPSI test
Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length
I'm wondering if you have any idea why jCounts() is returning an empty altPSI() results dataframe?
Thank you!!
-Peter
Hello,
I'm encountering an issue with
jCounts().I ran
When checking the output, the alternative splice site PSI results dataframe
altPSI(jcounts)is empty, with zero rows. My understanding is that this means there are no alternative splice site usage events being detected--is that correct? This lack of results seemingly causes the downstreamjDUreport()function to fail at the stepRunning altPSI testasjDUreport()throws the following error message:I'm wondering if you have any idea why
jCounts()is returning an emptyaltPSI()results dataframe?Thank you!!
-Peter