View source: R/GetVariantInfo.R
GetVariantInfo | R Documentation |
We get the genotyping information for a set of variants. The function returns a matrix with the values from the specified assay.
GetVariantInfo(SE, information = "consensus", variants = NULL, cells = NULL)
SE |
SummarizedExperiment object. |
information |
The assay with the desired information. Default: consensus |
variants |
A vector of variants. |
cells |
A vector of cell IDs. On default all cells are returned. Default: NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.