get_GeneNameID | R Documentation |
get_GeneNameID()
and get_DepMapID()
provide tools for converting gene symbols/ids and
common cell line aliases to DepMap's unique gene name and cell line identifiers, respectively.
get_GeneNameID(gene_name, data_dir)
get_DepMapID(sample_name, data_dir)
gene_name |
string containing a vector of either Hugo gene symbol or numeric NCBI ID |
data_dir |
string Path to GINIR_data |
sample_name |
string containing a vector of unique sample_id used in proteomics data or common cell line names |
string
string
get_DepMapID()
: Get unique DepMap-compatible sample IDs
gretta_data_dir <- './GRETTA_example/'
gretta_output_dir <- './GRETTA_example_output/'
if(!dir.exists(gretta_data_dir)){
download_example_data(".")
}
get_GeneNameID('A1CF', data_dir = gretta_data_dir)
gretta_data_dir <- './GRETTA_example/'
gretta_output_dir <- './GRETTA_example_output/'
if(!dir.exists(gretta_data_dir)){
download_example_data(".")
}
get_DepMapID('JURKAT', data_dir = gretta_data_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.