Identify top miRNA names distinct for one topic compared to another topic in a data frame.
get_distinct_mir_df(
df,
distinct,
top = 5,
topic = NULL,
col.topic = Topic,
col.mir = miRNA,
col.pmid = PMID
)
Data frame containing at least two topics and miRNA names.
String. Name of topic top distinct miRNAs shall be identified
for. distinct
must be contained in the topic names provided in topic
.
Integer. Number of top miRNA names to extract for both topics.
String. Vector of strings containing topic names to compare
miRNA names for. If topic = NULL
, topic
defaults to all topic names contained
in col.topic
in df
. topic
must only contain two topic names.
Symbol. Column containing topic names.
Symbol. Column containing miRNA names.
Symbol. Column containing PubMed-IDs.
Character vector containing miRNA names distinct for distinct
compared to the second topic provided in topic
.
Get top distinct miRNA names of one topic compared to another topic in a
data frame.
get_distinct_mir_df()
compares the top miRNA names of two topics and
returns the miRNA names that are exclusive for distinct
.
Other get functions:
get_distinct_mir_vec()
,
get_mir()
,
get_pmid()
,
get_shared_mir_df()
,
get_shared_mir_vec()
,
get_snp()