GithubHelp home page GithubHelp logo

salmonre2rpm's Introduction

salmonRE2RPM

salmonRE2RPM is a tool for working with bioinformatics data that converts Salmon and taxonomic annotation results into log relative abundance (logRPM) results. The program is particularly suitable for research in the field of viruses and can help researchers better understand the abundance of viruses in their samples.

Installation

This script is written in Python and requires the following dependencies:

  • Python 3.10
  • pandas
  • math
#!/bin/bash

# Define required packages
REQUIRED_PKG="pandas"

# Check if pandas is installed and install if not
if ! python -c "import pandas" &> /dev/null; then
    echo "pandas is not installed. Installing..."
    pip install pandas
else
    echo "pandas is already installed."
fi

echo "All necessary packages are installed."

Usage

The program accepts input through command line arguments. You need to provide three key parameters:

  • -f: The path to the TSV format input file.
  • -c: The path to the TSV format count file.
  • -o: The path to the output directory.

Example:

python salmonRE2RPM.py -f path/to/input.tsv -c path/to/count.tsv -o path/to/output

The script will process the specified input file and generate processed CSV files in the specified output directory.

salmonre2rpm's People

Contributors

hartley-yu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.