Skip to content

Ilya-Fradlin/GF-Sequencing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GF-Sequencing

This package provides tools for parsing sequencing data, analyzing it, and presenting the results through a comprehensive Shiny application. It's designed to streamline the workflow for bioinformatics data processing and visualization.

Features

  • Data parsing from various formats
  • Data analysis and preprocessing
  • Visualization of sequencing data
  • Shiny app for interactive data exploration

Getting Started

Prerequisites

  • Python 3.9
  • R (version required by Shiny app)
  • Conda (recommended for environment management)

Installation

  1. Clone the repository:

    git clone https://github.com/Ilya-Fradlin/GF-Sequencing.git
    cd GF-Sequencing
  2. Create a Conda environment:

    conda create --name parser python=3.9
    conda activate parser
  3. Install the required Python packages:

    pip install -r requirements.txt

Usage

  1. Run the main script to parse data and generate the DataFrame:

    python src/main.py
  2. Start the Shiny app to visualize the data:

Shiny App

The included Shiny app provides an interactive interface to explore the sequencing data. Features include:

  • Interactive plots and tables
  • Data filtering and selection

License

This project is licensed under the Genomics Facility - Uniklinik Aachen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published