https://github.com/jorainer/sequtils
R package provides some utility functions for the processing of sequencing data which complement the functionality of other packages handling such data.
https://github.com/jorainer/sequtils
Last synced: 3 months ago
JSON representation
R package provides some utility functions for the processing of sequencing data which complement the functionality of other packages handling such data.
- Host: GitHub
- URL: https://github.com/jorainer/sequtils
- Owner: jorainer
- Created: 2015-01-29T08:30:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T06:35:12.000Z (almost 10 years ago)
- Last Synced: 2025-01-20T22:55:04.318Z (5 months ago)
- Language: R
- Size: 2.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
Awesome Lists containing this project
README
#+TITLE:SeqUtils: some utility functions for sequencing data analysis
#+AUTHOR: Johannes Rainer
#+email: [email protected]
#+OPTIONS: ^:{}
#+PROPERTY: exports code
#+PROPERTY: session *R*
#+PROPERTY: noweb yes
#+PROPERTY: results output
#+PROPERTY: tangle yes
#+STARTUP: overview
#+INFOJS_OPT: view:t toc:t ltoc:t mouse:underline buttons:0 path:http://thomasf.github.io/solarized-css/org-info.min.js
#+HTML_HEAD:
#+LATEX_HEADER: \usepackage[backend=bibtex,style=chem-rsc,hyperref=true]{biblatex}
#+LATEX_HEADER: \usepackage{parskip}
#+LATEX_HEADER: \usepackage{tabu}
#+LATEX_HEADER: \setlength{\textwidth}{17.0cm}
#+LATEX_HEADER: \setlength{\hoffset}{-2.5cm}
#+LATEX_HEADER: \setlength{\textheight}{22cm}
#+LATEX_HEADER: \setlength{\voffset}{-1.5cm}
#+LATEX_HEADER: \addbibresource{~/Documents/Unison/bib/references.bib}
# #+LATEX_HEADER: \usepackage{verbatim}
#+LATEX_HEADER: \usepackage{inconsolata}
#+LATEX_HEADER: \definecolor{lightgrey}{HTML}{F0F0F0}
#+LATEX_HEADER: \definecolor{solarizedlightbg}{HTML}{FCF4DC}
#+LATEX_HEADER: \makeatletter
# #+LATEX_HEADER: \def\verbatim@font{\scriptsize\ttfamily}
#+LATEX_HEADER: \makeatother
-----* =SeqUtils=: utility functions for the analysis of sequencing data.
This package provides some additional functionality for the visualization and processing of HTS data.
For more details refer to the help pages of the package in =R=.