View source: R/get_read_positions_from_BAM_indels.R
get_read_positions_from_BAM_indels | R Documentation |
This functions extracts information about read position that cover positions of interest in a BAM-file.
get_read_positions_from_BAM_indels(
bam_file_path,
chr,
genomic_pos,
reference_path,
batch_size = NULL
)
bam_file_path |
Path to BAM-file. |
chr, genomic_pos |
Vectors. Should specify the positions of interest ( |
reference_path |
Path to reference genome e.g. FASTA-file. |
batch_size |
Number of positions to process at a time |
data.frame()
. Each line describes a position in a read.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.