Description Usage Arguments Value Examples
View source: R/feature_engineering.r
Calculate length of the sequence column
1 | add_sequence_length(df_sequence, name_seq_col)
|
df_sequence |
global dataframe |
name_seq_col |
Name of the Sequence Column |
df_updated
1 2 | df <- data.frame("id" = c('ID1','ID2') , "Sequnce_DNA" = c('AAAGGGCTTCCC','AGGGGGTTTCCC'))
df_new <- add_sequence_length(df, 'Sequnce_DNA')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.