basepreplot {ExpGenetic} | R Documentation |
Plot the base frequency distribution diagram for small RNA (sRNA)
basepreplot(sRNAdata, width = 0.6, font_size = 10, title_size = 12)
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. |
Base frequency distribution plot of sRNAs.
#F1
F1_miRNA <- F1_miRNA_count[,1]
F1_bf <- mirnapredata(sRNAseq = F1_miRNA)
basepreplot(sRNAdata = F1_bf)