View source: R/filter_by_genes.R
filter_by_genes | R Documentation |
Filtering gene counts matrix based on intrested gene/s
filter_by_genes(count_matrix, gene_IDs)
count_matrix |
A matrix of gene counts (possibly transformed). rows are genes, columns are individuals |
gene_IDs |
A vactor of gene names |
Matrix of selected gene counts
data(rnaseq_count_matrix)
genes<-c("ENSG00000000003","ENSG00000000005","ENSG00000000419")
filter_by_genes(count_matrix=rnaseq_count_matrix, gene_IDs=genes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.