View source: R/gtex_pairs_to_data.frame.R
gtex_pairs_to_data.frame | R Documentation |
import signif_variant_gene_pairs from GTEx to data.frame, adding symbol and other metadata about genes
gtex_pairs_to_data.frame(pairs_path, gencode_data.frame)
pairs_path |
character(1), field "gene_id" will be join key |
gencode_data.frame |
data.frame instance with additional metadata, field "Tx" will be join key |
data.frame with pairs records joined with gencode metadata and chr.variant and chr.pos
the variant_id field will be split by underscore and first 2 items are chr and variant position
pairs_path = system.file("gtex_pairs/lung_demo.pairs.txt.gz", package="tnt4dn8") data(gencode_26_df) lit = gtex_pairs_to_data.frame(pairs_path, gencode_26_df) head(lit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.