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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.