View source: R/drop_genes_within_mhc.r
drop_genes_within_mhc | R Documentation |
Drop genes within MHC
drop_genes_within_mhc(geneLocFilePath, geneLocFilePathOut)
geneLocFilePath |
The gene loc file as downloaded from MAGMA website (e.g. NCBI37.3.gene.loc). |
geneLocFilePathOut |
The file path to write the gene loc file with MHC removed. |
Null (the output is written to the filepath provided as an argument).
gene_loc <- MAGMA.Celltyping:::get_genomeLocFile(build = "GRCH37")
MAGMA.Celltyping::drop_genes_within_mhc(geneLocFilePath = gene_loc,
geneLocFilePathOut = gene_loc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.