isoPlotPosition: Plot nucleotides changes at a given position

Description Usage Arguments Details Value Examples

View source: R/isomiRs.R

Description

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

Usage

1
isoPlotPosition(ids, position = 1L, column = NULL)

Arguments

ids

Object of class IsomirDataSeq.

position

Integer indicating the position to show.

column

String indicating the column in colData to color samples.

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 % of different isomiRs supporting the change. Note the position is relatively to the sequence not the miRNA.

Value

ggplot2::ggplot() Object showing nucleotide changes at a given position.

Examples

1
2

isomiRs documentation built on Jan. 31, 2021, 2 a.m.