Description Usage Arguments Details Value See Also
View source: R/df_operations_combine_addtopic_subsetmir.R
Indicate if a miRNA name is contained in an abstract with "Yes"/"No".
1 | indicate_mir(df, indicate.mir, col.mir = miRNA)
|
df |
Data frame containing miRNA names. |
indicate.mir |
Character vector. Vector containing miRNA names to indicate. |
col.mir |
Symbol. Column containing miRNA names. |
Indicate if a miRNA name is contained in an abstract with "Yes"/"No".
This requires miRNA names already to be extracted, e.g. with extract_mir_df()
,
and to be stored in a separate column, specified by col.mir
.
indicate_mir()
adds another column to a data frame which bears the name
of the miRNA(s) of interest. Within this column, a "Yes" or "No" specifies
if this miRNA name is contained in the corresponding abstract.
Data frame with as many columns added as miRNA names given
in indicate.mir
.
Per column, a "Yes" or "No" indicates if the miRNA name of interest
is present in the
corresponding abstract.
extract_mir_df()
, indicate_term()
Other indicate functions:
indicate_term()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.