View source: R/Visualization.R
| Plot_Barplot | R Documentation |
Plot Barplot for visualizing DE gene analysis.
Plot_Barplot(result, measurement)
result |
A data frame with appropriate format for visualization. |
measurement |
A title of visualization. |
No return values.
Plot_Barplot(table.DE.all[table.DE.all$measurement=='precision',], 'Precision') Plot_Barplot(table.DE.all[table.DE.all$measurement=='recall',], 'Recall') Plot_Barplot(table.DE.all[table.DE.all$measurement=='tnr',], 'TNR')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.