sample_negative_read_positions_indels | R Documentation |
This function takes a data frame of BAM file reads and a number of samples, then generates a sample of negative read positions. It adds additional columns for indel information, initializing them to default values.
sample_negative_read_positions_indels(bam_df, n_samples)
bam_df |
A data frame representing BAM file reads. |
n_samples |
The number of negative read positions to sample. |
A data frame similar to bam_df
but with additional columns:
indel_length
(initialized to 0), indel_type
(empty string), and indel_seq
(empty string).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.