You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
res_WT_anno <- merge(GeneKey, res_WT_anno, by.x = "external_gene_name", by.y="genes", all.x = FALSE, all.y = TRUE) # combine the two tables using the merge function
Replace with
res_WT_anno <- merge(GeneKey, res_WT_anno, by.x = "ensembl_gene_id", by.y="genes", all.x = FALSE, all.y = TRUE) # combine the two tables using the merge function
The text was updated successfully, but these errors were encountered:
2021-04-26-umich-rnaseqDemystified/Module11_DEVisualizations.Rmd
Line 267 in 08cbe96
Replace with
The text was updated successfully, but these errors were encountered: