摘要: Excel查找替换时如何使用通配符的问号? 若需要查找问号“?”,则在查找内容文本框中输入“~?” 若需要查找星号“*”,则在查找内容文本框中输入“~*”。 若需要查找问号“~”,则在查找内容文本框中输入“~~”。 阅读全文
posted @ 2021-04-01 15:38 emanlee 阅读(2192) 评论(0) 推荐(0)
摘要: # load the GO library library(GO.db) # extract a named vector of all terms goterms <- Term(GOTERM) # work with it in R, or export it to a file write.t 阅读全文
posted @ 2021-04-01 11:36 emanlee 阅读(549) 评论(0) 推荐(0)