<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Related items]]></title>
	<link>https://bioinformaticsonline.com/related/2423?offset=1310</link>
	<atom:link href="https://bioinformaticsonline.com/related/2423?offset=1310" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/43044/kanthida-lab</guid>
  <pubDate>Wed, 28 Apr 2021 02:27:22 -0500</pubDate>
  <link></link>
  <title><![CDATA[Kanthida Lab !]]></title>
  <description><![CDATA[
<p>Research Interest: </p>

<p>Bioinformatics </p>

<p>High-throughput and high-dimensional data analysis</p>

<p>Microbiome data analysis (Main focus)</p>

<p>Next-generation and third-generation sequencing data analysis for genomics</p>

<p>Gene expression data analysis</p>

<p>Machine learning for biological data</p>

<p>Biomarkers identification </p>

<p>Database and web-application for biological data</p>

<p>More at <br />https://sites.google.com/mail.kmutt.ac.th/kanthida-k/home?authuser=0</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43323/biostarhandbook</guid>
	<pubDate>Fri, 27 Aug 2021 01:31:01 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43323/biostarhandbook</link>
	<title><![CDATA[biostarhandbook]]></title>
	<description><![CDATA[<p>Nice book collection for bioinformatician ... highly recommended.</p><p>Address of the bookmark: <a href="https://www.biostarhandbook.com/" rel="nofollow">https://www.biostarhandbook.com/</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44734/data-visualization-in-bioinformatics-useful-and-eye-catching-plots-for-data-analysis</guid>
	<pubDate>Sat, 14 Dec 2024 12:41:53 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44734/data-visualization-in-bioinformatics-useful-and-eye-catching-plots-for-data-analysis</link>
	<title><![CDATA[Data Visualization in Bioinformatics: Useful and Eye-Catching Plots for Data Analysis]]></title>
	<description><![CDATA[<p>Data visualization is a cornerstone of bioinformatics, enabling researchers to interpret complex datasets effectively. With a plethora of data types&mdash;genomic sequences, expression profiles, protein interactions, and more&mdash;the right visualizations can make or break an analysis. This blog highlights some of the most useful and visually compelling plots for bioinformatics data analysis, along with tools to create them.</p><h4><strong>1. Heatmaps: Exploring Patterns in High-Dimensional Data</strong></h4><p>Heatmaps are a go-to visualization for representing high-dimensional datasets, such as gene expression or metabolomics data. They use color gradients to display data intensity, making patterns and clusters easily detectable.</p><ul>
<li>
<p><strong>Applications</strong>: Gene expression analysis, pathway enrichment, methylation studies.</p>
</li>
<li>
<p><strong>Tools</strong>: Seaborn (Python), ComplexHeatmap (R), Morpheus (web-based).</p>
</li>
</ul><p><strong>Tip</strong>: Add dendrograms to visualize clustering of rows and columns for hierarchical relationships.</p><h4><strong>2. Volcano Plots: Highlighting Differential Features</strong></h4><p>Volcano plots are indispensable for identifying significantly differentially expressed genes or proteins. They plot the log2 fold change against &ndash;log10(p-value), making it easy to spot statistically significant changes.</p><ul>
<li>
<p><strong>Applications</strong>: RNA-seq, proteomics, and metabolomics.</p>
</li>
<li>
<p><strong>Tools</strong>: ggplot2 (R), EnhancedVolcano (R), Plotly (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use color to highlight significant features and label key genes or proteins.</p><h4><strong>3. PCA Plots: Reducing Complexity with Principal Component Analysis</strong></h4><p>Principal Component Analysis (PCA) plots are used to reduce dimensionality and uncover trends or clusters in data. They provide insights into sample variability and grouping.</p><ul>
<li>
<p><strong>Applications</strong>: Transcriptomics, metabolomics, microbiome studies.</p>
</li>
<li>
<p><strong>Tools</strong>: scikit-learn + Matplotlib (Python), prcomp (R), ClustVis (web-based).</p>
</li>
</ul><p><strong>Tip</strong>: Annotate clusters with metadata to enhance interpretability.</p><h4><strong>4. Manhattan Plots: Genome-Wide Association Studies</strong></h4><p>Manhattan plots visualize p-values across the genome, making it easy to identify significant associations in genome-wide studies. They resemble city skylines, with the highest peaks indicating loci of interest.</p><ul>
<li>
<p><strong>Applications</strong>: GWAS, QTL mapping.</p>
</li>
<li>
<p><strong>Tools</strong>: qqman (R), Matplotlib (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use alternating colors for chromosomes and highlight significant SNPs for clarity.</p><h4><strong>5. Circular Plots (Circos): Visualizing Genomic Relationships</strong></h4><p>Circular plots are ideal for visualizing relationships across the genome, such as structural variations, gene duplications, or synteny.</p><ul>
<li>
<p><strong>Applications</strong>: Comparative genomics, structural variation studies.</p>
</li>
<li>
<p><strong>Tools</strong>: Circos (standalone), Rcircos (R), pyCircos (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Keep the plot clean and avoid overcrowding to maintain readability.</p><h4><strong>6. Sankey Diagrams: Tracking Data Flows</strong></h4><p>Sankey diagrams visualize flows or relationships between categories, often used to track changes in gene expression or pathway enrichment across conditions.</p><ul>
<li>
<p><strong>Applications</strong>: Pathway analysis, gene set enrichment analysis.</p>
</li>
<li>
<p><strong>Tools</strong>: Plotly (Python), networkD3 (R).</p>
</li>
</ul><p><strong>Tip</strong>: Use gradients or distinct colors to highlight key transitions.</p><h4><strong>7. Network Graphs: Mapping Interactions</strong></h4><p>Network graphs represent relationships between entities, such as protein-protein interactions or gene regulatory networks. Nodes represent entities, and edges represent relationships.</p><ul>
<li>
<p><strong>Applications</strong>: Systems biology, interactomics.</p>
</li>
<li>
<p><strong>Tools</strong>: Cytoscape (standalone), igraph (R), NetworkX (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use edge thickness or node size to represent interaction strength or centrality.</p><h4><strong>8. Violin Plots: Visualizing Data Distribution</strong></h4><p>Violin plots combine a boxplot with a density plot, showing the distribution and variability of data.</p><ul>
<li>
<p><strong>Applications</strong>: Single-cell RNA-seq, quantitative trait analysis.</p>
</li>
<li>
<p><strong>Tools</strong>: Seaborn (Python), ggplot2 (R).</p>
</li>
</ul><p><strong>Tip</strong>: Split violins by groups for side-by-side comparisons.</p><h4><strong>9. Time-Series Plots: Monitoring Changes Over Time</strong></h4><p>Time-series plots display changes in variables across time points, useful for tracking gene expression dynamics or metabolic fluxes.</p><ul>
<li>
<p><strong>Applications</strong>: Time-course experiments, cell cycle studies.</p>
</li>
<li>
<p><strong>Tools</strong>: Matplotlib (Python), ggplot2 (R).</p>
</li>
</ul><p><strong>Tip</strong>: Smooth the data to highlight trends while avoiding overfitting.</p><h4><strong>10. Genome Tracks: Visualizing Genomic Features</strong></h4><p>Genome tracks display multiple layers of genomic data, such as gene annotations, sequencing coverage, and epigenetic marks.</p><ul>
<li>
<p><strong>Applications</strong>: ChIP-seq, ATAC-seq, whole-genome sequencing.</p>
</li>
<li>
<p><strong>Tools</strong>: IGV (standalone), pyGenomeTracks (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Stack related tracks for direct comparisons.</p><h4><strong>11. UpSet Plots: Visualizing Set Intersections</strong></h4><p>UpSet plots are a powerful alternative to Venn diagrams for visualizing intersections between multiple datasets.</p><ul>
<li>
<p><strong>Applications</strong>: Overlap analysis for gene sets, pathways, or variants.</p>
</li>
<li>
<p><strong>Tools</strong>: UpSetR (R), ComplexUpset (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use bar plots to represent the size of each intersection for added clarity.</p><h4><strong>12. Ridge Plots: Comparing Distributions</strong></h4><p>Ridge plots visualize the distributions of multiple datasets, stacked for easy comparison.</p><ul>
<li>
<p><strong>Applications</strong>: Transcriptomics, single-cell RNA-seq.</p>
</li>
<li>
<p><strong>Tools</strong>: ggridges (R), Matplotlib (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use transparency and consistent scaling for better readability.</p><h4><strong>13. Chord Diagrams: Visualizing Connections Between Groups</strong></h4><p>Chord diagrams illustrate relationships between categories, such as shared genes between pathways or overlaps in regulatory elements.</p><ul>
<li>
<p><strong>Applications</strong>: Pathway overlap, synteny, co-expression networks.</p>
</li>
<li>
<p><strong>Tools</strong>: Circlize (R), Holoviews (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use distinct colors for each group to emphasize relationships.</p><h4><strong>14. Treemaps: Hierarchical Data Representation</strong></h4><p>Treemaps visualize hierarchical data as nested rectangles, with area proportional to data size.</p><ul>
<li>
<p><strong>Applications</strong>: Ontology enrichment, pathway analysis.</p>
</li>
<li>
<p><strong>Tools</strong>: Treemapify (R), Plotly (Python).</p>
</li>
</ul><p><strong>Tip</strong>: Use colors to represent additional variables, like significance or enrichment scores.</p><h4><strong>15. T-SNE/UMAP Plots: Dimensionality Reduction for Clustering</strong></h4><p>T-SNE and UMAP plots are great for visualizing high-dimensional data in two dimensions while preserving local or global structure.</p><ul>
<li>
<p><strong>Applications</strong>: Single-cell transcriptomics, clustering analyses.</p>
</li>
<li>
<p><strong>Tools</strong>: scikit-learn (Python), Seurat (R).</p>
</li>
</ul><p><strong>Tip</strong>: Combine with metadata annotations for better cluster interpretation.</p><h4><strong>Bringing It All Together</strong></h4><p>The choice of visualization can significantly impact the insights gained from bioinformatics data. By selecting plots tailored to your data type and analysis goals, you can effectively communicate your findings and make your research more impactful. Whether you&rsquo;re a seasoned bioinformatician or a beginner, mastering these visualizations will elevate your analyses and presentations.</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/8480/paper-test-for-cancer</guid>
	<pubDate>Wed, 26 Feb 2014 00:20:30 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/8480/paper-test-for-cancer</link>
	<title><![CDATA[Paper test for cancer !!!]]></title>
	<description><![CDATA[<p>The American Cancer Society projects the numbers of new cancer cases and deaths expected each year in order to estimate the contemporary cancer burden, because cancer incidence and mortality data lag three to four years behind the current year. In addition, the regularly updated Facts &amp; Figures publications present the most current trends in cancer occurrence and survival, as well as information on symptoms, prevention, early detection, and treatment. Cancer rates in developing nations have climbed sharply in recent years, and now account for 70 percent of cancer mortality worldwide. Early detection has been proven to improve outcomes, but screening approaches such as mammograms and colonoscopy, used in the developed world, are too costly to be implemented in settings with little medical infrastructure.</p><p>The US born Sangeeta Bhatia at Massachusetts Institute of Technology (MIT) has developed a cheap, simple, paper test that can detect cancer. These diagnostic, which works much like a pregnancy test, could reveal within minutes, based on a urine sample, whether a person have cancer or not. The MIT media announce the major and amazing breakthrough in cancer diagonistics. These newly developed technology will allow non-communicable diseases to be detect at early stage, which will be cheap and easily accessible to the masses. For the developing world it would be exciting to adapt it instead to a paper test that could be performed on unprocessed samples in a rural setting, without the need for any specialized equipment. The simple readout could even be transmitted to a remote caregiver by a picture on a mobile phone.</p><p>The MIT professor and Howard Hughes Medical Institute investigator Sangeeta Bhatia, who is also the John and Dorothy Wilson Professor of Health Sciences and Technology and Electrical Engineering and Computer Science, invented a new class of synthetic biomarker, which is highly specialized instrument to do these kind of analysis. These paper test essentially relies on nanoparticles that interact with tumor proteins called proteases, each of which can trigger release of hundreds of biomarkers that are then easily detectable in a patient's urine. The MIT nanoparticles are coated with peptides (short protein fragments) targeted by different MMPs. These particles congregate at tumor sites, where MMPs cleave hundreds of peptides, which accumulate in the kidneys and are excreted in the urine.</p><p><img src="http://www.jasongrowclients.com/bhatia/source/image/100601e_bhatia_8122.jpg" width="400" height="600" alt="image" style="border: 0px;"><br /><br />To create the test strips, the researchers first coated nitrocellulose paper with antibodies that can capture the peptides. Once the peptides are captured, they flow along the strip and are exposed to several invisible test lines made of other antibodies specific to different tags attached to the peptides. If one of these lines becomes visible, it means the target peptide is present in the sample. The technology can also easily be modified to detect multiple types of peptides released by different types or stages of disease.<br /><br />In tests in mice, the researchers were able to accurately identify colon tumors, as well as blood clots. Bhatia says these tests represent the first step toward a diagnostic device that could someday be useful in human patients. "This is a new idea &mdash; to create an excreted biomarker instead of relying on what the body gives you," she says. "To prove this approach is really going to be a useful diagnostic, the next step is to test it in patient populations."</p><p>&nbsp;</p><p>Reference:</p><p>Image: jasongrowclients</p><p>Homepage: http://lmrt.mit.edu/about.html</p><p>http://web.mit.edu/newsoffice/2014/a-paper-diagnostic-for-cancer-0224.html</p><p>http://timesofindia.indiatimes.com/home/science/PIO-develops-cheap-paper-test-to-detect-cancer/articleshow/30963615.cms</p>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41020/cancer-dependency-map</guid>
	<pubDate>Thu, 13 Feb 2020 04:38:47 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41020/cancer-dependency-map</link>
	<title><![CDATA[Cancer Dependency Map]]></title>
	<description><![CDATA[<p><span>The consequences of alterations in the DNA of cancer cells and subsequent vulnerabilities are not fully understood. This project aims to assign a dependency to every cancer cell in a patient which could be exploited to develop new therapies. This knowledge is foundational for precision cancer medicine.</span></p><p>Address of the bookmark: <a href="https://depmap.sanger.ac.uk/" rel="nofollow">https://depmap.sanger.ac.uk/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/11107/the-minerva-research-group-for-bioinformatics</guid>
  <pubDate>Tue, 27 May 2014 15:48:14 -0500</pubDate>
  <link></link>
  <title><![CDATA[The Minerva Research Group for Bioinformatics]]></title>
  <description><![CDATA[
<p>The focus of the bioinformatics group is to use computational approaches to gain an insight into genome evolution in primates.</p>

<p>http://www.eva.mpg.de/genetics/bioinformatics/overview.html?Fsize=0%2C%20%40%2F%27</p>

<p>Kelso Group<br />Department of Evolutionary Genetics<br />Max Planck Institute for Evolutionary Anthropology<br />Deutscher Platz 6<br />04103 Leipzig<br />Germany<br />Phone: +49 341 3550 500</p>

<p>Job: <br />http://www.eva.mpg.de/genetics/bioinformatics/jobs.html?Fsize=0%2C%2B%40</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/file/view/13415/genomics-and-sequencing-approach-for-identification-of-biomarkers-to-assess-the-efficacy-of-tgf-%CE%B2ri-inhibitors-of-liver-cancer-in-vivo</guid>
	<pubDate>Tue, 05 Aug 2014 13:55:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/file/view/13415/genomics-and-sequencing-approach-for-identification-of-biomarkers-to-assess-the-efficacy-of-tgf-%CE%B2ri-inhibitors-of-liver-cancer-in-vivo</link>
	<title><![CDATA[Genomics and sequencing approach for identification of biomarkers to assess the efficacy of TGF-βRI inhibitors (of liver cancer) in vivo]]></title>
	<description><![CDATA[<p>Liver cancer is third leading cause of deaths and fourth most frequent occuring cancer worldwide. There are multiple signaling pathways responsible for causing cancer amongst which TGFb is most important cytokine whose signaling pathway promote cancer. However, main problem is to cure this cancer at late stage where we still have no treatment strategy to tackle this deadly cancer. &nbsp;Hence we need to find out new therapeutic target. One way is to look the relationships between mRNA, methylation and miRNA data of patients with different pathological conditions (cancer vs control either with inhibitor/not). MiRNA is small RNA molecules known to inhibit mRNA expression of particular gene by binding improperly to 3'UTR region of a gene and hence block binding of TF /translation of gene. CpG regions is known to located at promoter region of gene (5' UTR) and usually hypomethylated which allow to gene to transcribe and translate however sometime this region become hyper-methylated thats prevent expression of host gene. Thus , integration of these three data reveal new targets and pathways important for causing or preventing cancer and also reveal biomarker thats check the effects of inhibitor on signaling pathway underlying liver cancer.</p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
	<enclosure url="https://bioinformaticsonline.com/file/download/13415" length="26423" type="image/jpeg" />
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/38383/sidow-lab</guid>
  <pubDate>Fri, 07 Dec 2018 09:06:30 -0600</pubDate>
  <link></link>
  <title><![CDATA[Sidow Lab]]></title>
  <description><![CDATA[
<p>We study mechanisms of cancer evolution by using state-of-the-art genomic approaches at the bench and in analysis. Accurate genome reconstruction is our other major area of interest. We also collaborate on important questions for which our expertise in genomics and computation is relevant. Arend's biosketch highlights some of our past contributions.</p>

<p>http://www.sidowlab.org/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/2422/bioinformatics-codes-search</guid>
	<pubDate>Thu, 15 Aug 2013 11:08:52 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/2422/bioinformatics-codes-search</link>
	<title><![CDATA[Bioinformatics Codes Search]]></title>
	<description><![CDATA[<p>I bet, this website will be your best friend in near future. This helps us to explore the existing open source codes and learn from it.</p>
<p>You can find some useful open source bioinformatics codes for your analysis work. You can use the left bar options to filtere out or narrow down your search result. This webpage can be an useful resource for a beginners bioinformatician as it contain several bioinformatics basics script that are commonly used by biological programmers and biologist.</p>
<p>Stand on the slumped, dandruff-covered shoulders of millions of computer nerds. _/\_</p>
<p>Enjoy the code and research work.</p>
<p>http://code.ohloh.net/search?s=bioinformatics</p><p>Address of the bookmark: <a href="http://code.ohloh.net/search?s=bioinformatics" rel="nofollow">http://code.ohloh.net/search?s=bioinformatics</a></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/5191/programming-language-to-build-synthetic-dna</guid>
	<pubDate>Mon, 30 Sep 2013 16:37:24 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/5191/programming-language-to-build-synthetic-dna</link>
	<title><![CDATA[Programming language to build synthetic DNA]]></title>
	<description><![CDATA[<p style="color: #333333; font-size: 13px; font-style: normal; font-weight: normal; text-align: start;">A team led by <a href="http://homes.cs.washington.edu/~seelig/index.html">Georg Seelig</a>&nbsp;(<a href="http://homes.cs.washington.edu/~seelig/index.html">http://homes.cs.washington.edu/~seelig/index.html</a>) at&nbsp;University of Washington has developed a programming language for chemistry that it hopes will streamline efforts to design a network that can guide the behavior of chemical-reaction mixtures in the same way that embedded electronic controllers guide cars, robots and other devices. In medicine, such networks could serve as &ldquo;smart&rdquo; drug deliverers or disease detectors at the cellular level.</p><p style="color: #333333; font-size: 13px; font-style: normal; font-weight: normal; text-align: start;">Reference &amp; More @</p><p style="color: #333333; font-size: 13px; font-style: normal; font-weight: normal; text-align: start;"><a href="http://www.nature.com/nnano/journal/vaop/ncurrent/full/nnano.2013.189.html">http://www.nature.com/nnano/journal/vaop/ncurrent/full/nnano.2013.189.html</a></p><p style="color: #333333; font-size: 13px; font-style: normal; font-weight: normal; text-align: start;"><a href="http://www.washington.edu/news/2013/09/30/uw-engineers-invent-programming-language-to-build-synthetic-dna/">http://www.washington.edu/news/2013/09/30/uw-engineers-invent-programming-language-to-build-synthetic-dna/</a></p><p style="color: #333333; font-size: 13px; font-style: normal; font-weight: normal; text-align: start;">Image source:&nbsp;washington.edu</p><p style="color: #333333; font-size: 13px; font-style: normal; font-weight: normal; text-align: start;"><img src="http://www.washington.edu/news/files/2013/09/Programmable-chemistry-2.jpg" alt="image" style="border: 0px; border: 0px;"></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>