View source: R/create_master_table.R
add_number_of_n_cigar_reads_to_master_table | R Documentation |
This function adds a new column to a master table with the counts of N-cigar reads that overlap each site.
add_number_of_n_cigar_reads_to_master_table(
input_table,
input_bam,
dataset_name = NULL
)
input_table |
A data.frame. The master table to add the new column. |
input_bam |
A 'GenomicAlignments' object from which N-cigar-read counts are got. |
dataset_name |
A 1-length string used to set the name of the new column. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.