basepreplot | R Documentation |
Generate the base frequency plot of miRNA
basepreplot(file_dataframe, width = 0.6, size = 12)
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. |
The miRNA base frequency plot
##P1 P1_miRNA_data <- mirnapredata(mirnaseq_dataframe = P1_miRNA_count) ##Drawing basepreplot(file_dataframe = P1_miRNA_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.