README.md

tinyutils

Anaconda-Server Badge

R package with utility functions to help with data analysis

How to Install

The preferred way to install this package is through conda:

conda install -c fongchun r-tinyutils

Alternatively, you can install this through use devtools:

devtools::install_github("tinyheero/tinyutils", upgrade_dependencies = FALSE)

Some functions require some bioconductor packages in order to work. As this package is not part of bioconductor, devtools will not automatically install it for you (see this thread for more details). You will have to install them manually:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("GenomicRanges")
biocLite("Rsamtools")

You can also install this through bioconda:

conda install r-devtools bioconductor-genomicranges bioconductor-rsamtools
devtools::install_github("tinyheero/tinyutils", upgrade_dependencies = FALSE)

Overview

To see the full list of exported functions:

library("tinyutils")
ls("package:tinyutils")

A quick overview of some of the key functions:



tinyheero/tinyutils documentation built on May 31, 2019, 3:36 p.m.