Learn R Programming

ExpGenetic (version 0.1.0)

basepreplot: 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)

Value

Base frequency distribution plot of sRNAs.

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.

Examples

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

Run the code above in your browser using DataLab