Giter Club home page Giter Club logo

gc4s's Introduction

GC4S Build Status license GitHub release DOI

GC4S is an open-source library that provides a bioinformatics-oriented collection of GUI Components for (Java) Swing.

Projects using GC4S

  • S2P: an open-source application for processing of 2D-gel and MALDI-based mass spectrometry protein data.
  • DEWE: an open-source application for executing differential expression analysis in RNA-Seq data.
  • SEDA: an open-source application for processing FASTA files containing DNA and protein sequences.

GC4S modules

This repository contains the following GC4S modules:

  • gc4s: the main module containing the components library.
  • gc4s-genomebrowser: a module that depends on the gc4s module to provide an interactive genome browser.
  • gc4s-heatmap: a module that depends on the gc4s module to provide an interactive heat map visualization component.
  • gc4s-jsparklines-factory: a module that eases the creation of JSparklines renderers.
  • gc4s-multiple-sequence-alignment-viewer: a module that depends on the gc4s module to provide a multiple sequence alignments viewer.
  • gc4s-statistics-tests-table: a module that depends on the gc4s module to provide a statistical tests table.

Additionally, there is a *-demo module for each one of them containing examples of the usage of the components included in them.

Using GC4S

Add the following repository and dependency declarations to your pom.xml in order to use the gc4s module:

	<repositories>
		<repository>
			<id>sing-repository</id>
			<name>SING repository</name>
			<url>http://maven.sing-group.org/repository/maven/</url>
		</repository>
	</repositories>
	
	<dependencies>
		<dependency>
			<groupId>org.sing_group</groupId>
			<artifactId>gc4s</artifactId>
			<version>1.6.0</version>
		</dependency>
	</dependencies>

Examples of GUI Components

The following image shows the JHeatMap and JHeatMapPanel components. The JHeatMapPanel component uses a JHeatMap to display a heatmap from a given double matrix along with controls to allow zooming, changing gradient's colors and exporting the heatmap as image, among other functions.

JHeatMap

The following image shows JFileChooserPanel, a component with a button to select a file (using a JFileChooser) and a text field that show the selected file. You have full control of how the underlying JFileChooser since you have can set file filters or choose the dialog mode.

JFileChooserPanel

These are just two examples of GC4S components. To see more, please, see the gallery section.

Citation

To cite GC4S in publications, please use:

H. López-Fernández; M. Reboiro-Jato; D. Glez-Peña; R. Laza; R. Pavón; F. Fdez-Riverola (2018) GC4S: a bioinformatics-oriented Java software library of reusable graphical user interface components. PLOS ONE. Volume 13(9): e0204474. ISSN: 1932-6203 DOI

gc4s's People

Contributors

hlfernandez avatar mrjato avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.