Learn R Programming

isomiRs

analyze isomiRs from seqbuster tool

It needs R > 3.2

###Installation

Inside R:

library(devtools)
library(roxygen2)
devtools::install_github("lpantano/isomiRs", ref="master")
library(isomiRs)
openVignette(isomiRs)

or look at the vignette here: http://lpantano.github.io/isomiRs/vignettes/isomiR-intro.pdf

Copy Link

Version

Version

1.0.3

License

MIT + file LICENSE

Maintainer

Last Published

February 15th, 2017

Functions in isomiRs (1.0.3)

mirData

Example of IsomirDataSeq with human brain miRNA counts data
isoPLSDA

isoNorm

Normalize count matrix
isoTop

Heatmap of the top expressed isomiRs
isoPlot

Plot the amount of isomiRs in different samples
isoCounts

Create count matrix with different summarizing options
IsomirDataSeq-class

Class that contains all isomiRs annotation for all samples
IsomirDataSeqFromFiles

IsomirDataSeqFromFiles loads miRNA annotation from seqbuster tool
isoSelect

Method to select specific miRNAs from an IsomirDataSeq object.
isoDE

Differential expression analysis with DESeq2
isoPlotPosition

Plot nucleotides changes at a given position
isoPLSDAplot

Plot components from isoPLSDA analysis (pairs plot)
counts

Accessors for the count matrix of a IsomirDataSeq object.