Description Usage Arguments Value
Combines all the disparate pieces of information about the DNA dataset into a single dataframe
1 2 3 | consolidate_krause_etal_dna_data(decoded_barcodes_ff,
tailfindr_estimates_ff, transcript_start_info_ff, moves_in_tail_ff,
tailfindr_estimates_st, transcript_start_info_st, moves_in_tail_st)
|
decoded_barcodes_ff |
A dataframe of decoded barcodes from flipflop basecalled data |
tailfindr_estimates_ff |
A dataframe of tailfindr estimates from flipflop basecalled data |
transcript_start_info_ff |
A dataframe of transcript start information obtained from flipflop basecalled data |
moves_in_tail_ff |
A dataframe of moves in the tail region obtained from using flipflop basecalled data |
tailfindr_estimates_st |
A dataframe of tailfindr estimates from data basecalled using the standard model |
transcript_start_info_st |
A dataframe of transcript start information obtained from data basecalled with standard model |
moves_in_tail_st |
A dataframe of moves in the tail region obtained from data basecalled with standard model |
A dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.