Skip to content

Release v1.1.9

Compare
Choose a tag to compare
@reedliu reedliu released this 15 Apr 07:19
· 25 commits to master since this release

Major updates:

  • Support both hg19 and hg38 genome build version in genInfo() and transId()
  • Gene symbols/aliases are case-insensitive in genInfo() and transId()
e.g.  res = genInfo(id = c("TP53", "pd1", "FAke", "nc886"),org = 'hs',unique = T)

image

Minor updates:

  • Optimization for Venn plot, e.g. moved label above; removed extending line; added percentage display with two digits