Description Usage Arguments Value Examples
View source: R/annotate_variants.R
Wrapper function for variant annotation from CellBase through cellbaseR Returns a dataframe with mutations annotated by CellBase - requires internet connection.
1 | annotate_variants(variant_calls, genome = c("hg19", "hg38"), batchsize = 80)
|
variant_calls |
|
genome |
Genome of input object, accepts either hg19 or hg38 |
batchsize |
Size of variant batches to send to CellBase - the API will time out if processing >100 variants at a time. If it does time out, reduce the batchsize. |
This function returns a DataFrame
object with annotations for each variant.
1 2 3 4 | ## Not run:
annotated_variants <- annotate_variants(variant_calls, genome="hg19")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.