Error in .SummarizedExperiment.charbound(i, rownames(x), fmt) :
<aucellResults>[i,] index out of bounds: NA
I have identified the problem lies with the AUCell::AUCell_plotTSNE(tSNE_scenic$Y, exprMat_filtered, aucell_regulonAUC[onlyNonDuplicatedExtended(rownames(aucell_regulonAUC))[c("Irf1")],], plots="Expression") line since all the other plots appear when I try running the line one by one:
Hello everyone,
I am going through the SCENIC vignette and am trying to creaet and save multiple tSNE plots but am recieving an error with the following code:
The error:
I have identified the problem lies with the
AUCell::AUCell_plotTSNE(tSNE_scenic$Y, exprMat_filtered, aucell_regulonAUC[onlyNonDuplicatedExtended(rownames(aucell_regulonAUC))[c("Irf1")],], plots="Expression")
line since all the other plots appear when I try running the line one by one:Anyone have any idea what's going on?