which_frm_cols | R Documentation |
which_frm_cols()
determines the columns that are expected to hold gene
name information in the input file based on the input format (frm
). It
returns a vector of those column names.
which_frm_cols(df, frm, frm_cols = NULL, verbose = TRUE)
df |
Dataframe containing TCR gene names. |
frm |
A string, the input format of TCR data. Must be one of
|
frm_cols |
A character vector, the custom column names to use. |
verbose |
A boolean, whether to show messages. Optional; defaults to |
A character vector, column names to use.
tcr_file <- get_example_path("tenx.csv")
df <- read.csv(tcr_file)
which_frm_cols(df, "tenx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.