Description Usage Arguments Value Examples
HK_genes function provides a way to visualise how housekeeping genes changed throughout the conditions under the investigation. Depending on the number of conditions separate plots will be generated. Function requires a path variable to a normalised count data file.
1 |
data |
Requires a path variable to a data file of normalised scores in CSV format (comma separated); class - string |
meta |
Requires a path variable to a data file of metadata in CSV format (comma separated); class - string |
multiple plots; class - plots
1 2 3 4 5 6 | ## Not run:
path_to_test_data<- system.file("extdata", "normalised_counts.csv", package="OmicInt")
path_to_meta_data<- system.file("extdata", "meta_data.csv", package="OmicInt")
# basic usage of HK_genes
HK_genes(path_to_test_data,path_to_meta_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.