Description Usage Arguments Details Value See Also Examples
Compare a list of miRNAs with different miRBase versions and plot the percentage of coincidences accross them.
1 | checkmiRNAs(v.miRNAs, to.dataframe = FALSE)
|
v.miRNAs |
character vector with the miRNA names to test. |
to.dataframe |
FALSE (default) or TRUE. If TRUE, give a data.frame with the name of all miRBase versions and percentage of coincidences. If FALSE, only plots the result. |
This function needs miRData v_0.5.0 or greater to work. Update miRData if needed.
If to.dataframe=TRUE a data.frame with the name of all miRBase versions and percentage of coincidences.
If to.dataframe=FALSE a bar plot showing the name of all miRBase versions (x-axis) and percentage of coincidences (y-axis).
1 2 3 4 5 6 7 8 9 | comp<-c("hsa-miR-20a","hsa-miR-21","hsa-miR-22",
"hsa-miR-23a","hsa-miR-24","hsa-miR-25","hsa-miR-26a",
"hsa-miR-26b","hsa-miR-27a","hsa-miR-28-5p","hsa-miR-28-3p",
"hsa-miR-29a","hsa-miR-30a")
result_in_table<-checkmiRNAs(comp,to.dataframe=TRUE)
# plot the result
result_in_table
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.