Learn R Programming

isomiRs (version 1.0.3)

isoPlotPosition: Plot nucleotides changes at a given position

Description

This function plot different isomiRs proportion for each sample at a given position focused on the nucleotide change that happens there.

Usage

isoPlotPosition(ids, position = 1, column = "condition")

Arguments

ids
object of class IsomirDataSeq
position
integer indicating the position to show
column
string indicating the column in colData to color samples.

Value

ggplot object showing nucleotide changes at a given position.

Details

It shows the nucleotides changes at the given position for each sample in each group. The color indicates the sample group. The size of the point is proportional to the number of total counts of isomiRs with changes. The position at y is the number of different sequences supporting the change.

Examples

Run this code
data(mirData)
isoPlotPosition(mirData)

Run the code above in your browser using DataLab