View source: R/extract_features_from_bam_indels.R
extract_features_from_bam_indels | R Documentation |
Extract Features from BAM Data
extract_features_from_bam_indels(
bam_df,
reference_path,
add_umi_features = all(c("cd", "ce") %in% colnames(bam_df))
)
bam_df |
A DataFrame originating from 'load_BAM' and processed by extract_indel_info' containing alignment data. |
reference_path |
Path to the reference genome file in FASTA format. |
add_umi_features |
Check if umi information is available. |
A DataFrame with extracted features, including read positions and possibly UMI data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.