Closed AAA-3 closed 3 years ago
Hi, I had a similar question, I had 6 group at regulonAUC, but the plotrss only shows 4. After check the plotrss table I found others 2 group had 0 TF table(rssPlot$df$cellType)
. Is that mean plotRss choose some significance TF? Or can I increase the display of these TFs by changing the threshold adjustment?
rss <- calcRSS(AUC=getAUC(regulonAUC), cellAnnotation=cellInfo[colnames(regulonAUC), "Class"]) rssPlot <- plotRSS(rss) plotly::ggplotly(rssPlot$plot)
I guess, it may be caused by the parameter zThreshold
in plotRSS
function. You can try to decrease the value of it.
Trying to run the following code
and keep getting this error
The graph is still produced but it is not by
"genotype"
like I specified, but seems to rather be by"sample"
- see below:Any idea how to plot the graph using genotype instead of sample?