getCoverage | R Documentation |
This function counts how often gene conversion events (partitioned by different combinations of values in column1
and column2
of db
) cover/start at every DNA position along the V gene.
getCoverage( db, column1, column2, start_col, end_col = NULL, type = c("coverage", "start") )
db |
data.frame, output from |
column1 |
optional, character corresponding to a column name in |
column2 |
optional, character corresponding to a column name in |
start_col |
character, column in |
end_col |
character, column in |
type |
character, either 'coverage' (i.e. how often is a given DNA position included within gene conversion events?) or 'start' (i.e. how often do gene conversion events start at a given DNA position?). |
A data.frame with three columns:
numeric, DNA position
numeric, if type =='coverage'
the proportion of gene conversion events which cover the given position
. If type == 'start'
, the proportion of events which begin at the given position
.
character, either 'FWR' (framework) or 'CDR'. Follows the standard IMGT numbering; the region is inferred from the position
column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.