Description Usage Arguments Details Value See Also
View source: R/distinct_shared_mir.R
Identify miRNA names distinct for one vector compared to another vector.
1 | get_distinct_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 distinct miRNA names of one vector compared to another vector.
get_distinct_mir()
compares two vectors containing miRNA names and
returns the miRNA names that are exclusive for mirna.vec.1
.
Character vector containing miRNA names distinct for mirna.vec.1
compared to mirna.vec.2
.
Other get functions:
get_distinct_mir_df()
,
get_mir()
,
get_pmid()
,
get_shared_mir_df()
,
get_shared_mir_vec()
,
get_snp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.