filter_expression_profile | R Documentation |
remove empty columns and genes with low foldchange in expression profile
filter_expression_profile(expression_profile, filterfc = TRUE, FC = 0.1)
expression_profile |
expression profile, generated by
|
filterfc |
logic, indicating whether you want to filter genes based on logFC |
FC |
numeric, indicating logFC threshold to filter genes |
return filtered expression profile
load(system.file("extdata", "test_clustering.rda", package = "IReNA"))
expression_profile = test_clustering[,-1]
filter_expression_profile(expression_profile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.