View source: R/pull_gene_copy_numbers.R
pull_gene_copy_numbers | R Documentation |
pull a set of copy numbers from a cnr into a data.frame
pull_gene_copy_numbers(cnr, genes)
cnr |
a cnr bundle |
genes |
character, genes of interst |
A 'data.frame' containing the copy numbers for selected genes. The data set is restricted to the genes present in the 'genes' matrix. However, those not found will be listed out.
data(cnr)
pull_gene_copy_numbers(cnr, c("MDM2", "CDK4"))
genes.of.interest <- list_gene_symbols(cnr, at = "12:58140000:58200000")
pull_gene_copy_numbers(cnr, genes.of.interest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.