View source: R/exploreResults.R
exploreResults | R Documentation |
This function will read the rds file created by
writeOutputKissDE
and creat an interactive Shiny
application allowing users to explore and plot the results of kissDE.
exploreResults(rdsFile)
rdsFile |
a string indicating the path to the rds file outputed by
|
None.
kissplice2refgenome_file <- system.file("extdata",
"output_k2rg_alt_splicing.txt", package="kissDE")
mySplicingconditions <- c("C1", "C1", "C2", "C2")
counts <- kissplice2counts(fileName=kissplice2refgenome_file, counts=2,
pairedEnd=TRUE, k2rg=TRUE)
# res <- diffExpressedVariants(countsData=counts,
# conditions=mySplicingconditions)
# writeOutputKissDE(res, output="results.tsv")
# exploreResults("results.tsv.rds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.