chart_plot,dfa_scores_plot,DFA-method | R Documentation |
Plots a chart object
## S4 method for signature 'dfa_scores_plot,DFA' chart_plot(obj, dobj) ## S4 method for signature 'scatter_chart,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'pca_correlation_plot,PCA' chart_plot(obj, dobj) ## S4 method for signature 'pca_scores_plot,PCA' chart_plot(obj, dobj) ## S4 method for signature 'pca_biplot,PCA' chart_plot(obj, dobj) ## S4 method for signature 'pca_loadings_plot,PCA' chart_plot(obj, dobj) ## S4 method for signature 'pca_scree_plot,PCA' chart_plot(obj, dobj) ## S4 method for signature 'pca_dstat_plot,PCA' chart_plot(obj, dobj) ## S4 method for signature 'plsr_prediction_plot,PLSR' chart_plot(obj, dobj) ## S4 method for signature 'plsr_residual_hist,PLSR' chart_plot(obj, dobj) ## S4 method for signature 'plsr_qq_plot,PLSR' chart_plot(obj, dobj) ## S4 method for signature 'plsr_cook_dist,PLSR' chart_plot(obj, dobj) ## S4 method for signature 'pls_scores_plot,PLSR' chart_plot(obj, dobj) ## S4 method for signature 'plsda_predicted_plot,PLSDA' chart_plot(obj, dobj) ## S4 method for signature 'plsda_roc_plot,PLSDA' chart_plot(obj, dobj) ## S4 method for signature 'pls_vip_plot,PLSR' chart_plot(obj, dobj) ## S4 method for signature 'pls_regcoeff_plot,PLSR' chart_plot(obj, dobj) ## S4 method for signature 'blank_filter_hist,blank_filter' chart_plot(obj, dobj) ## S4 method for signature 'confounders_lsq_barchart,confounders_clsq' chart_plot(obj, dobj) ## S4 method for signature 'confounders_lsq_boxplot,confounders_clsq' chart_plot(obj, dobj) ## S4 method for signature 'feature_boxplot,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'mv_histogram,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'mv_boxplot,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'DatasetExperiment_dist,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'DatasetExperiment_boxplot,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'compare_dist,DatasetExperiment' chart_plot(obj, dobj, eobj) ## S4 method for signature 'DatasetExperiment_heatmap,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'DatasetExperiment_factor_boxplot,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'feature_profile_array,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'feature_profile,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'fold_change_plot,fold_change' chart_plot(obj, dobj) ## S4 method for signature 'fs_line,forward_selection_by_rank' chart_plot(obj, dobj) ## S4 method for signature 'glog_opt_plot,glog_transform' chart_plot(obj, dobj, gobj) ## S4 method for signature 'gs_line,grid_search_1d' chart_plot(obj, dobj) ## S4 method for signature 'hca_dendrogram,HCA' chart_plot(obj, dobj) ## S4 method for signature 'kfoldxcv_grid,kfold_xval' chart_plot(obj, dobj) ## S4 method for signature 'kfoldxcv_metric,kfold_xval' chart_plot(obj, dobj) ## S4 method for signature 'kw_p_hist,kw_rank_sum' chart_plot(obj, dobj) ## S4 method for signature 'mv_feature_filter_hist,mv_feature_filter' chart_plot(obj, dobj) ## S4 method for signature 'mv_sample_filter_hist,mv_sample_filter' chart_plot(obj, dobj) ## S4 method for signature 'permutation_test_plot,permutation_test' chart_plot(obj, dobj) ## S4 method for signature 'plsda_feature_importance_plot,PLSDA' chart_plot(obj, dobj) ## S4 method for signature 'pqn_norm_hist,pqn_norm' chart_plot(obj, dobj) ## S4 method for signature 'resample_chart,resample' chart_plot(obj, dobj) ## S4 method for signature 'rsd_filter_hist,rsd_filter' chart_plot(obj, dobj) ## S4 method for signature 'feature_profile,sb_corr' chart_plot(obj, dobj, gobj) ## S4 method for signature 'svm_plot_2d,SVM' chart_plot(obj, dobj, gobj) ## S4 method for signature 'tSNE_scatter,tSNE' chart_plot(obj, dobj) ## S4 method for signature 'tic_chart,DatasetExperiment' chart_plot(obj, dobj) ## S4 method for signature 'wilcox_p_hist,wilcox_test' chart_plot(obj, dobj)
obj |
a chart object |
dobj |
a struct object |
eobj |
a second DatasetExperiment object to compare with the first |
gobj |
The DatasetExperiment object before signal correction was applied. |
a plot object
C = example_chart() chart_plot(C,iris_DatasetExperiment())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.