View source: R/select_annotations_columns.R
select_annotations_columns | R Documentation |
This function selects annotations columns
select_annotations_columns(
df,
str_stereo = get("str_stereo", envir = parent.frame()),
str_met = get("str_met", envir = parent.frame()),
str_nam = get("str_nam", envir = parent.frame()),
str_tax_cla = get("str_tax_cla", envir = parent.frame()),
str_tax_npc = get("str_tax_npc", envir = parent.frame())
)
df |
Dataframe |
str_stereo |
File containing structures stereo |
str_met |
File containing structures metadata |
str_nam |
File containing structures names |
str_tax_cla |
File containing Classyfire taxonomy |
str_tax_npc |
File containing NPClassifier taxonomy |
The dataframe with annotation columns selected
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.