View source: R/init_gene_expr.R
This will filtering expression matrix and pull out corresponding gene TSS bed file
1 2 3 4 5 6 7 | init_gene_expr(
file_sample_id,
file_gene_expr,
file_gene_gtf,
expr_med = 1,
name
)
|
file_sample_id |
file of sample IDs |
file_gene_expr |
file of gene expression matrix |
file_gene_gtf |
file of gene annotation |
expr_med |
cut-off of median gene expression, default 1 |
name |
prefix of output files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.