View source: R/create_master_table.R
add_splice_site_info_to_master_table | R Documentation |
Add columns about spice sites to a master table
add_splice_site_info_to_master_table(
input_table,
splice_sites,
max_dist_from_splice_site = 20,
multiply_max_dist = 100
)
input_table |
A data.frame generated by |
splice_sites |
A data.frame generated by |
max_dist_from_splice_site |
A 1-length integer (default is 20) that indicates the the maximum distance of a varaint from any splice site to consider it a variant near a splice site. |
multiply_max_dist |
A 1-length integer (default is 100). To create the
column 'ss_shortest_dist' from column 'ss_dist', NA values (which means
variables far from any splice site) are converted to integers. To make
these integers be a high value, they are set to
|
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.