powered by
launch_RSA(df, LB=-100, UB=100, reverse=FALSE, strScoreCol="", strGeneCol="Gene_ID", keepAllRSAReturnFields=FALSE)
data(uuk_screen) #extract the first 1000 lines in order to speed up the example screen = uuk_screen[1:1000,] screen_ranked <- launch_RSA(screen, strGeneCol="GeneID", strScoreCol="score")
Run the code above in your browser using DataLab