Metadata-Version: 2.1
Name: rendseq
Version: 0.1.8
Summary: Package for RendSeq Data Analysis
Home-page: https://github.com/miraep8/rendseq
Author: Mirae Parker
Author-email: rendseq@mit.edu
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# rendseq

<h4 align="center">
A python package to facilitate your End-Enriched RNA Sequencing (Rend)
data analysis dreams!</h4>


<div align="center">
  <!-- badges: start -->
  <div id="banner" style="overflow: hidden;justify-content:space-around;">
  <a href="https://rendseq.readthedocs.io/en/latest/">
  <img src="https://img.shields.io/badge/ReadTheDocs-blue"
    alt="Documentation Link"></img>
  </a>
  <a href="https://www.tidyverse.org/lifecycle/#experimental">
  <img src="https://img.shields.io/badge/lifecycle-experimental-orange.svg"
    alt="Lifecycle: experimental"></img>
  </a>
<a href="https://codecov.io/gh/miraep8/rendseq">
  <img src="https://codecov.io/gh/miraep8/rendseq/branch/main/graph/badge.svg?token=SIGSJGCZPI"/>
</a>
  </div>
  <hr>
  <!-- badges: end -->

  <p>
    <a href="#overview">Overview</a> •
    <a href="#installation">Installation</a> •
    <a href="#contribute">Contribute</a>
  </p>
</div>
  <!-- badges: end -->

# Overview
To learn more about RendSeq - eg what it is, what types of questions it can help you solve and how you can generate your own RendSeq data set please visit the
 [Li lab website](http://gwli.scripts.mit.edu/group/), or check out
the [Li Lab's 2018 Cell Paper](http://gwli.scripts.mit.edu/group/wp-content/uploads/2019/01/Lalanne_Cell2018.pdf)
by Lalanne et al.

# Installation

To get started - install our package via pip

  `pip install rendseq`

To learn more about how to use this package -please check out our [documentation page](https://rendseq.readthedocs.io/en/latest/).

# Contribute

We welcome collaborators on this project!  To get started check out our instructions for how to get started as a contributor.

You can also direct all correspondence about this project to our dedicated mailing list: <mark >rendseq *at* mit *dot* edu</mark>
