cn_compileGRNassessments | R Documentation |
result can be immediately plotted
cn_compileGRNassessments(prs)
prs |
result of running cn_assessGRN |
data frame
prList<-cn_assessGRN(zscores, gs, random=TRUE)
assessedGRN<-cn_compileGRNassessments(prList)
ggplot(assessedGRN, aes(x=factor(Score), y=Fold)) +
geom_boxplot(alpha=.75,colour="black", outlier.colour="#BDBDBD", outlier.size=.5, fill="#FF9999") +
theme_bw() + ggtitle("AUPR Fold increase") + ylim(0,15) + ylab("AUPR fold improvement over random") +
xlab("GRN Z-score threshold")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.