View source: R/ge_data_preprocess.R
preprocess_ge_counts | R Documentation |
Prepares RNA-seq raw counts for posterior analysis using DESeq2.
preprocess_ge_counts(counts, genes_id)
counts |
Data frame that contains gene expression data as raw counts. |
genes_id |
Name of the column that contains gene identifiers. Should be one of the following:'entrezgene_id', 'ensembl_gene_id' or 'hgnc_symbol'. |
Generates a data frame.
counts <- preprocess_ge_counts(counts = sample_counts,
genes_id = 'ensembl_gene_id')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.