Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
content badge
swh:1:cnt:724cbdc1c638a186809bc5b30dbb97bd2fb5a18b

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
### Author: Franck Soubès
### Bioinformatics Master Degree - University of Bordeaux, France
### Link: https://github.com/GeT-TRiX/MA_Trix_App/
### Where: GET-TRiX's facility
### Application: MATRiX is a shiny application for Mining and functional Analysis of TRanscriptomics data
### Licence: GPL-3.0


observe({
  req(Venncluster())
  updateSliderInput(session, "clusterNumber", max = nrow(summary(Venncluster()$mygodavid)))
})



callModule(downoutputfiles, "saveclustvenn", projectname = projectname , suffix=paste0( '_venn', input$clusterNumber , "cluster.", sep='' ), data = acyclgo , w =12, h = 12 , clustvenn = T)


output$clusterPlot <- renderPlot({
  validate(
    need(csvf(), 'You need to import data to visualize this plot!') %next%
    need(choix_cont(), 'Set your thresholds and then select your comparison to display the Venn diagram!')%next%
    need(input$selcontjv ,'You need to click on a number (Venn diagram) to display the data table!')) 
    req(Venncluster())
    
    plot2D(Venncluster()$mygodavid, input$clusterNumber)
})

#' davidtag is a reactive function that return an induced GO DAG generated by the DAVID Functional Annotation Chart report 
#'
#' @param Venncluster A reactive dataframe
#' @param clusterNumber A reactive numeric value to select your cluster
#' @param catvenn A reactive character to select your category
#'
#' @return A graph object as returned by inducedTermGraph or termGraphs
#'
#' @export


davidtag<- reactive({
  req(Venncluster())
  davidGODag<-DAVIDGODag(members(Venncluster()$mygodavid)[[input$clusterNumber]],  pvalueCutoff=0.1, input$catvenn ) }) 


#' acyclgo is a function that Create a plot using Rgraphviz of a graph object as returned by either termGraphs or inducedTermGraph. 
#' If a GOHyperGResult object is provided, then the nodes will be colored according to significance (based on the result object's pvalueCutoff) and counts will be added to show the size of the categories. 
#'
#' @param davidtag A graph object as returned by inducedTermGraph or termGraphs
#'
#' @return GOHyperGResult object
#'
#' @export


acyclgo <- function() {
  req(davidtag())
  result = plotGOTermGraph(g=goDag(davidtag()),r=davidtag(), max.nchar=40, node.shape="ellipse")
  return(result)
}


Venncluster <- callModule(queryDavid, "vennanalysis", data = reactive(vennfinal()[[1]]$GeneName) , parent_session = session, tabsetpanid= "Vennd", tabPanel= "venngopanel")
  

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API