basepreplot {ExpGenetic}R Documentation

Plot the base frequency distribution diagram for small RNA (sRNA)

Description

Plot the base frequency distribution diagram for small RNA (sRNA)

Usage

basepreplot(sRNAdata, width = 0.6, font_size = 10, title_size = 12)

Arguments

sRNAdata

A data frame. Base frequency distribution of sRNAs.

width

A numeric. Bar width, and default is 0.6.

font_size

A numeric. Size of axis ticks and legend item labels, and default is 10.

title_size

A numeric. Size of axis titles and legend titles, and default is 12.

Value

Base frequency distribution plot of sRNAs.

Examples

#F1
F1_miRNA <- F1_miRNA_count[,1]
F1_bf <- mirnapredata(sRNAseq = F1_miRNA)
basepreplot(sRNAdata = F1_bf)

[Package ExpGenetic version 0.1.0 Index]