View source: R/extractSigsSv.R
getContextsSv | R Documentation |
Determine SV type and length
getContextsSv(df, sv.caller = "gridss", return.raw = F, verbose = F)
df |
A dataframe containing the columns: chrom, pos, ref, alt, filter, id, info |
sv.caller |
Only applies when mode=='sv'. At this moment supports 'manta','manta_bnd, 'gridss', or 'pcawg'. Currently there is no standard to how SVs are reported in vcfs. Therefore, output from different callers will need to be parsed separately. |
verbose |
Print progress messages? |
A dataframe in the same structure as a bed file with an extra column stating the context of each variant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.