View source: R/SeekGtexOrgan.R
seek_gtex_organ | R Documentation |
This function reads the GTEX phenotype data from a specified path, renames its columns for better readability, and then returns a table of primary site counts.
seek_gtex_organ(path = "./download_data/GTEX_phenotype")
path |
The path to the GTEX phenotype data file. Default is "./download_data/GTEX_phenotype". |
A table representing the count of samples per primary site.
# Get the file path to the example data in the package
path <- system.file("extdata", "GTEX_phenotype_test", package = "TransProR")
# Call the `seek_gtex_organ` function with the path and print the result
SeekGtexOrgan <- seek_gtex_organ(path = path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.