All Projects → fjossinet → RNArtist

fjossinet / RNArtist

Licence: other
RNArtist allows you to design and paint your RNA 2D structures interactively. Coupled with the 3D viewer UCSF Chimera, use your 2D as a map to explore RNA 3D architectures.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to RNArtist

RNArtistCore
A Kotlin DSL and library to create and plot RNA 2D structures
Stars: ✭ 20 (-76.74%)
Mutual labels:  rna-structure, rna, rna-secondary-structure
RNA-Science-Toolbox
A platform to do RNA science
Stars: ✭ 22 (-74.42%)
Mutual labels:  rna-structure, rna
AsyPad
A simple drawing tool that can convert diagrams into Asymptote code.
Stars: ✭ 18 (-79.07%)
Mutual labels:  javafx-application
RNASeq
RNASeq pipeline
Stars: ✭ 30 (-65.12%)
Mutual labels:  rna
galaxytools
🔬📚 Galaxy Tool wrappers
Stars: ✭ 106 (+23.26%)
Mutual labels:  rna
Recaf
The modern Java bytecode editor
Stars: ✭ 3,374 (+3823.26%)
Mutual labels:  javafx-application
seqfold
minimalistic nucleic acid folding
Stars: ✭ 39 (-54.65%)
Mutual labels:  rna
msgbots
Messenger Bot Simulator ( Rhino )
Stars: ✭ 17 (-80.23%)
Mutual labels:  javafx-application
Dluid
Deep learning user interface designer
Stars: ✭ 27 (-68.6%)
Mutual labels:  javafx-application
rnacentral-webcode
RNAcentral website source code
Stars: ✭ 23 (-73.26%)
Mutual labels:  rna
naf
Nucleotide Archival Format - Compressed file format for DNA/RNA/protein sequences
Stars: ✭ 35 (-59.3%)
Mutual labels:  rna
eternagame.org
Website for the Eterna citizen science game
Stars: ✭ 17 (-80.23%)
Mutual labels:  rna
lncpipe
UNDER DEVELOPMENT--- Analysis of long non-coding RNAs from RNA-seq datasets
Stars: ✭ 24 (-72.09%)
Mutual labels:  rna
rnafusion
RNA-seq analysis pipeline for detection gene-fusions
Stars: ✭ 72 (-16.28%)
Mutual labels:  rna
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+2673.26%)
Mutual labels:  javafx-application
hacklympics
🏆 Full-stack online programming examination system
Stars: ✭ 44 (-48.84%)
Mutual labels:  javafx-application
EternaJS
Eterna game/RNA design interface
Stars: ✭ 12 (-86.05%)
Mutual labels:  rna
dnapacman
waka waka
Stars: ✭ 15 (-82.56%)
Mutual labels:  rna
sequencework
programs and scripts, mainly python, for analyses related to nucleic or protein sequences
Stars: ✭ 22 (-74.42%)
Mutual labels:  rna
hlatyping
Precision HLA typing from next-generation sequencing data
Stars: ✭ 28 (-67.44%)
Mutual labels:  rna

logo

RNArtist allows you to design your RNA 2D structures interactively. To help you to be an RNArtist, this tool provides numerous graphical options to find your theme and to modify the 2D layout.

Screen captures

  • Any part of an RNA 2D can have different design, from single residues to entire branches

Screen Capture

  • RNArtist provides an interactive editor to load, modify and paint your 2D using the RNArtistCore language

Screen Capture *

  • P4-P6 domain in RNArtist linked to UCSF chimera. You can easily apply colors in your 2D to the 3D architecture.

Screen Capture

Screen Capture

  • RNArtist embeds its own drawing algorihtm. Rough output for the yeast LSU RNA (more than 3200 nts, PDBID: 4V7R), with and without long-range tertiary interactions displayed.

Screen Capture

Screen Capture

Prerequisites

You need the tool maven and a Java distribution to be installed (type the commands mvn and java from a command line to check).

On Linux Systems, you can install maven with the command sudo apt get install maven

RNArtist has been developed with OpenJDK 15. To compile it with OpenJDK 11 (the most recent Long Term Support version available on computers), you just need to change the value of the property java.version in the pom file.

Installation

Download the project as a zip file or with the command git (git clone https://github.com/fjossinet/RNArtist.git).

From the project directory, type:

mvn clean package

Launch

Using Maven

From the project directory, type:

mvn exec:exec

Using the launch scripts directly

From the subdirectory target/RNArtist, run the file for your operating system by typing:

./launch_rnartist_for_...

You can find more details about this project on my Twitter Account

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].