Skip to content

Instantly share code, notes, and snippets.

View Jverma's full-sized avatar

Janu Verma Jverma

View GitHub Profile
@Jverma
Jverma / README.md
Last active August 29, 2015 14:24
Multiple DNA sequence alignment

Visualizing the results of a multpiple DNA sequence alignment. 15 sequences were aligned using ClustalW2 and their results which are of following form -

 ATGGAATGATCCATGGT-GCTGACAGATG-CTTCCATGGTGTTAACAGAGTTTCTGGTCT
 AAGGGCAAATACATCAT-GAGATGAGTTGGCTTCCATAACATTATAAAACATTTTGATCA
 ----------AAAACAT-GCAAGAAATGGCTGAACAGGGCACTTTCGGCGG--CAGG---
 ----------AAATCAT-GCATACAAG---TTCCTAGGGGCCTCAAAACAT--CAAA---
 GCCGGGTATTACACCATTGCTGGATGCAATCAAACGAGTGTCTCACTATGCTAAATTTCT

ATAGAGCTGTATAAGGTCCTGAATTGTTCATTCAAGAACTGAAGTCAATGATAACAATCT

@Jverma
Jverma / README.md
Created July 9, 2015 16:32
Parallel Coordinates visualization of Cosmological parameters

Parallel coordinates visualization of Cosmological parameters which characterizes the chosen cosmological model. There are 38 comsological models in this visual. These models were chosen to built a cosmological emulator, and we used this in our upcoming paper on computation of non-linear matter power spectra.

@Jverma
Jverma / README.md
Created July 8, 2015 14:43
deBruijn graph from DNA sequence reads

de Bruijn graph constructed from a segment of DNA sequence. We used 5-mer dbg which means that the nodes are all the 4-mers (subsequences of length 4) and there is an edge between two nodes is a 5-mer which joins them. These very very useful in genome assembly. This is made using the NetworkxD3 package.

@Jverma
Jverma / README.md
Last active August 29, 2015 14:24
Leaflet interactive map of coffee shops in NYC

A leaflet.js based interactive map of the coffee shops in NYC that I have visted. The pop-up has the name and my short review/ancedote about the coffee shop. Geographical cordinates are requested from http://mondeca.com/index.php/en/any-place-en

@Jverma
Jverma / README.md
Created July 6, 2015 18:52
Sankey plot of my python packages

Sankey plot of my python reposotories with their python-package dependencies.

@Jverma
Jverma / README.md
Created July 5, 2015 22:28
Missing values in the titanic dataset

Heatmap showing the missing values in the Titanic data. The data is taken from the Kaggle competition website.

NVD3 based graph, created using rCharts.

@Jverma
Jverma / README.md
Created July 5, 2015 16:21
Scatterplot - II

Interactive Scatter plot of Iris data.

@Jverma
Jverma / README.md
Last active August 29, 2015 14:24
Scatterplot of iris data with tooltip

A scatterplot of Iris data with tooltip.

@Jverma
Jverma / README.md
Last active August 29, 2015 14:24
Heatmap of mtcars data

This is a naive attempt to create a heatmap of mtcars data. I wa strying to reproduce R package d3Heatmap