Description Usage Arguments Details Value See Also
View source: R/distinct_shared_mir.R
Get miRNA names in common between two vectors.
1 | get_shared_mir_vec(mirna.vec.1, mirna.vec.2)
|
mirna.vec.1 |
Character vector. First vector containing miRNA names. |
mirna.vec.2 |
Character vector. Second vector containing miRNA names. |
Get miRNA names in common between two vectors.
get_shared_mir_vec() compares two vectors containing miRNA names and
returns the miRNA names that are in both vectors.
Character vector containing miRNA names in common between two vectors.
Other get functions:
get_distinct_mir_df(),
get_distinct_mir_vec(),
get_mir(),
get_pmid(),
get_shared_mir_df(),
get_snp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.