Description Usage Arguments Value
View source: R/rename_fcs_cols2.R
The difference between this and the original function is that this one should be used with merge_flowSet_abstime, because additional columns are being added, and this function depends on absolute indexing (which is bad and should be fixed in the future)
1 | rename_fcs_cols2(dataframe, print.names = F, method = "old")
|
dataframe |
the name of the dataframe to be renamed |
print.names |
whether or not to print the resulting column names; default is F |
method |
method of column renaming; options are "old" (first iteration, better for non-HTS instrument, use with character swapped values), "new" (second version, better for HTS instrument, use with UNSWAPPED values); default is "old" |
a dataframe in the same format as merge_flowSet, but with shorter column names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.