Description Usage Arguments Examples
UpSetR wrapper for sigora results
1 | sigora_upsetR(sigora_res, GPStable, ...)
|
sigora_res |
Object returned by the |
GPStable |
Object returned by |
... |
other parameters to |
1 2 3 4 5 6 7 8 9 10 11 12 | sigora_res <- prora::sigora_example
GPStable <- prora::GPStab
sigora_upsetR(sigora_res, GPStable)
df <- get_UniprotID_from_fasta_header(prora::exampleContrastData)
myGPSrepo <- makeGPS_wrappR(ids = df$UniprotID)
names(myGPSrepo)
res <- sigoraWrappR(df,score_col = "estimate", GPSrepos = myGPSrepo$gps,
threshold = 0.5)
sigora_upsetR(res, myGPSrepo$gpsTable)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.