Skip to content

no results in altPSI(jcounts) #9

Description

@peterinnes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions