get_distinct_mir_vec {miRetrieve}R Documentation

Identify miRNA names distinct for one vector compared to another vector

Description

Identify miRNA names distinct for one vector compared to another vector.

Usage

get_distinct_mir_vec(mirna.vec.1, mirna.vec.2)

Arguments

mirna.vec.1

Character vector. First vector containing miRNA names.

mirna.vec.2

Character vector. Second vector containing miRNA names.

Details

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.

Value

Character vector containing miRNA names distinct for mirna.vec.1 compared to mirna.vec.2.

See Also

Other get functions: get_distinct_mir_df(), get_mir(), get_pmid(), get_shared_mir_df(), get_shared_mir_vec(), get_snp()


[Package miRetrieve version 1.3.4 Index]