I need to create automatically diagram in attach file. My question is to know wich library or module I can use for that ?
Thanks a lot for your answer.
Your needs it is to generate a diagram. You do not need to use powerpoint which is a presentation software.
To generate your diagram programmatically you can use perl/python or whatever as programming language and graphviz to make a diagram.
Using dot language to describe your diagram and circo as graphviz engine to get your expecting rendering.
As example copy this:
digraph G {
node [shape=box];
"Compounds 1"[ label="Compounds 1" color="red" ];
"Compounds 2"[ label="Compounds 2" color="blue" ];
"Compounds 3"[ label="Compounds 3" color="blue" ];
"Compounds 4"[ label="Compounds 4" color="blue" ];
"Compounds 5"[ label="Compounds 5" color="blue" ];
"Compounds 1" -> "Compounds 2"
"Compounds 1" -> "Compounds 3"
"Compounds 3" -> "Compounds 4"
"Compounds 3" -> "Compounds 5"
}
Paste it on http://sandbox.kidstrythisathome.com/erdos/
Note: For your purpose use twopi or circo as graphviz engine
https://paste.fedoraproject.org/461827/
Hi there ! I'm loking for a tools that is able calculate a similarity score for each term of 2 list name and give me the top 10 similarity score he found. For exemple List 1...
03 April 2019 6,741 4 View
I need to detect µ sign in a texte but don't find how to indicate to the regular expression how to find the µ sign. Exemple of regular expression will be great ! Regards
08 September 2016 6,938 2 View
Any advice and help to know how to remove duplicated values in each line of a 2 dimensional Array. I have this 2D array :@tab =...
04 May 2015 7,825 6 View
I aim to be as skeptical as possible regarding whether a pair of orthologous genes results in the same phenotype in their different but related bacterial organisms under similar environmental...
05 August 2024 6,787 4 View
I am looking for software to help analyze SELEX NGS data, including alignment, sequence enrichment, and other related tasks. Can anyone recommend suitable tools or software? Best wishes, Waleed
30 July 2024 1,061 5 View
PeptiCloud (www.pepticloud.com) is a bioinformatic platform that allows researchers to organize and share their data for their projects as well as collaborate with others in one place. Through...
28 July 2024 4,762 2 View
Hi all. As a beginner in ChIP-seq experiments, I hope you understand that the following questions might be somewhat basic. I am planning to perform ChIP-seq or MeDIP-seq analysis to investigate...
28 July 2024 6,938 1 View
Hello, I'm trying to create parameter and coordinate files for a drug (PRG-A01) found on the following page: http://www.probechem.com/products_PRG-A01.html I used the guide made by Michael...
17 July 2024 3,472 3 View
Hi! I am currently working on a protein where I have selected residues within 10A of its bound ligand in pymol. However, I can not find a way to print out what residues are contained in that group...
15 July 2024 1,727 1 View
Silver Nanoparticles docking with alpha amylase and alpha glusidase .
11 July 2024 6,883 2 View
I am working on a paper for my bioinformatics class, where we are running an analysis of transcriptomics on A. thaliana col-0 about the difference in gene expression in the temperatures of 21 and...
12 June 2024 8,822 1 View
Hi, I am very new to Bioinformatics. Recently, I have the project that aims to perform taxonomic anlysis on raw reads from mixed samples taken from environment. For example, we perfromed NGS...
09 June 2024 6,537 3 View
Pair of IR sensors have sender and receiver sensors but some one declares it is possible to use this sensors for lighting stair case however I have used them for automatic liquid dropper and hand...
05 June 2024 8,302 1 View