Skip to content

Commit

Permalink
Add table with DEPICT genes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekernf01 committed Feb 26, 2019
1 parent 04a0358 commit f7f2beb
Show file tree
Hide file tree
Showing 4 changed files with 19,991 additions and 1 deletion.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified scripts/reusable/heatmapping_tools.Rmd
100644 → 100755
Empty file.
4 changes: 3 additions & 1 deletion scripts/reusable/thymus_functions.Rmd
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ add_edayXother = function( dge, other, other_levels ){
}
get_depict_genes = function(){
orig_expr_mat = "~/Desktop/depict_with_atlas/depict/data/original tissue expression/GPL570EnsemblGeneExpressionPerTissue_DEPICT20130820_z.txt"
# note: I've replaced the original table GPL570EnsemblGeneExpressionPerTissue_DEPICT20130820_z.txt with
# a smaller one that has the same gene names.
orig_expr_mat = file.path(proj_dir, "tables", "GPL570EnsemblGeneExpressionPerTissue_DEPICT20130820_z.txt")
x = read.table( orig_expr_mat,
row.names = 1, header = T, stringsAsFactors = F, sep = "\t" ) %>% rownames
return(x)
Expand Down
Loading

0 comments on commit f7f2beb

Please sign in to comment.