All Projects → MariaNattestad → SplitThreader

MariaNattestad / SplitThreader

Licence: MIT license
Explore rearrangements and copy-number amplifications in a cancer genome

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
r
7636 projects
shell
77523 projects

Projects that are alternatives of or similar to SplitThreader

cryfa
A secure encryption tool for genomic data
Stars: ✭ 53 (-18.46%)
Mutual labels:  genomics
shell-genomics
Introduction to the Command Line for Genomics
Stars: ✭ 54 (-16.92%)
Mutual labels:  genomics
STing
Ultrafast sequence typing and gene detection from NGS raw reads
Stars: ✭ 15 (-76.92%)
Mutual labels:  genomics
CuteVCF
simple viewer for variant call format using htslib
Stars: ✭ 30 (-53.85%)
Mutual labels:  genomics
DISCOVER
DISCOVER co-occurrence and mutual exclusivity analysis for cancer genomics data
Stars: ✭ 21 (-67.69%)
Mutual labels:  genomics
CUT-RUNTools-2.0
CUT&RUN and CUT&Tag data processing and analysis
Stars: ✭ 36 (-44.62%)
Mutual labels:  genomics
instaGRAAL
Large genome reassembly based on Hi-C data, continuation of GRAAL
Stars: ✭ 32 (-50.77%)
Mutual labels:  genomics
bap
Bead-based single-cell atac processing
Stars: ✭ 20 (-69.23%)
Mutual labels:  genomics
mapping-iterative-assembler
Consensus calling (or "reference assisted assembly"), chiefly of ancient mitochondria
Stars: ✭ 15 (-76.92%)
Mutual labels:  genomics
omxware-getting-started
Examples to get started with IBM Functional Genomics Platform
Stars: ✭ 13 (-80%)
Mutual labels:  genomics
human genomics pipeline
A Snakemake workflow to process single samples or cohorts of paired-end sequencing data (WGS or WES) using trim galore/bwa/GATK4/parabricks.
Stars: ✭ 19 (-70.77%)
Mutual labels:  genomics
nthash
ntHash implementation in Rust
Stars: ✭ 26 (-60%)
Mutual labels:  genomics
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-78.46%)
Mutual labels:  genomics
vrs-python
GA4GH Variation Representation Python Implementation
Stars: ✭ 35 (-46.15%)
Mutual labels:  genomics
haslr
A fast tool for hybrid genome assembly of long and short reads
Stars: ✭ 68 (+4.62%)
Mutual labels:  genomics
mandrake
Mandrake 🌿/👨‍🔬🦆 – Fast visualisation of the population structure of pathogens using Stochastic Cluster Embedding
Stars: ✭ 29 (-55.38%)
Mutual labels:  genomics
bactmap
A mapping-based pipeline for creating a phylogeny from bacterial whole genome sequences
Stars: ✭ 36 (-44.62%)
Mutual labels:  genomics
phenol
phenol: Phenotype ontology library
Stars: ✭ 15 (-76.92%)
Mutual labels:  genomics
gnomad-browser
Explore gnomAD datasets on the web
Stars: ✭ 61 (-6.15%)
Mutual labels:  genomics
manhattan generator
Manhattan plot Generator
Stars: ✭ 20 (-69.23%)
Mutual labels:  genomics

SplitThreader

SplitThreader is an interactive web application for analysis of rearrangements in a cancer genome.

SplitThreader is available online at http://splitthreader.com.

Screenshots:

SplitThreader screenshot

SplitThreader screenshot

Local deployment

If you need to deploy SplitThreader locally, here are the steps:

  1. Install XAMPP on your computer (includes Apache and PHP)

  2. Using the Terminal, go to the htdocs folder created during the install. On a Mac, the folder is located at /Applications/XAMPP/htdocs/

    cd /Applications/XAMPP/htdocs/
    
  3. Clone this repository into the htdocs folder

    git clone https://github.com/marianattestad/splitthreader
    
  4. Open up permissions for user_data and user_uploads so new files can be created in those directories

    chmod 777 user_uploads
    chmod 777 user_data
    
  5. Then go to a web browser such as Chrome, Firefox, or Safari (Not tested on IE) and type into the url box:

    localhost/splitthreader
    
  6. You may have to change the Python path for apache in order to be able to run SplitThreader

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].