Skip to content

BlueGranite/bioPowerBI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead, 7 commits behind colbyford:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bam
 
 
 
 
 
 
 
 
 
 
 
 
img
 
 
sam
 
 
vcf
 
 
 
 
 
 

bio-Power BI

Josh Crittenden and Colby T. Ford

Resources for reading and visualizing bioinformatics and genomics data using Microsoft Power BI.

Using the following M (Power Query) scripts and Power BI examples, you can easily read in various unique file types commonly found in genomics.

File Parsers

Filetype Specification Directory Notes
.vcf https://samtools.github.io/hts-specs/VCFv4.3.pdf \vcf
.fastq http://maq.sourceforge.net/fastq.shtml \fastq For analysis, this file's sequences should likely be aligned.
.sam https://samtools.github.io/hts-specs/SAMv1.pdf \sam
.bam https://samtools.github.io/hts-specs/SAMv1.pdf \bam Requires the Rsamtools R package.
.gff https://m.ensembl.org/info/website/upload/gff3.html \gff3
.bgen https://www.well.ox.ac.uk/~gav/bgen_format/spec/latest.html \bgen Requires the rbgen R package.
Work in progress...

Blog Post

To view our post on BlueGranite's Blog, click here: https://www.bluegranite.com/blog/reading-bioinformatics-and-genomics-files-in-power-bi

YouTube Demo

To view our short demo using these template scripts, click here: https://youtu.be/rC1TLm2UbNg

About

Power BI resources for reading and visualizing bioinformatics and genomics files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 44.0%
  • Forth 22.2%
  • R 17.2%
  • Objective-C 8.5%
  • Mercury 8.1%