basepreplot {sRNAGenetic} | R Documentation |
Generate the base frequency plot of miRNA
Description
Generate the base frequency plot of miRNA
Usage
basepreplot(file_dataframe, width = 0.6, size = 12)
Arguments
file_dataframe |
A dataframe. The output result after running mirnapredata. |
width |
A numeric. The width of the output bar plot, and default is 0.6. |
size |
A numeric. The size of axis text, and default is 0.6. |
Value
The miRNA base frequency plot
Examples
##P1
P1_miRNA_data <- mirnapredata(mirnaseq_dataframe = P1_miRNA_count)
##Drawing
basepreplot(file_dataframe = P1_miRNA_data)
[Package sRNAGenetic version 0.1.0 Index]