摘要: How to share a customized output style in Endnote? or where is my customized Endnote style stored ? Windows: C:\Users\<Your User Account>\My Documents 阅读全文
posted @ 2024-06-25 12:35 DaqianLU 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1. What error message did you encounter? Error in `[.data.frame`(as.data.frame(comparisons), , cols) : undefined columns selected 2. How did you solve 阅读全文
posted @ 2024-01-14 21:41 DaqianLU 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Understanding q-value and FDR in Differential Expression Analysis Daqian Introduction to q-value and FDR In differential gene expression analysis, res 阅读全文
posted @ 2024-01-08 09:40 DaqianLU 阅读(9) 评论(0) 推荐(0) 编辑
摘要: In VIM for VScode, how to add a pair of double or single quotes to surround an existing word/text/numebr? I've been writing R codes with VScode for ma 阅读全文
posted @ 2023-12-02 15:21 DaqianLU 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-24 15:16 DaqianLU 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Q: In the flights dataset, subsetting all the rows in which the planes take off from LGA and land in TPA. By i flights[origin == "LGA" & dest == "TPA" 阅读全文
posted @ 2023-07-13 20:32 DaqianLU 阅读(5) 评论(0) 推荐(0) 编辑
摘要: In data.table , the order() in DT[i] can rearrange the order of the whole table with specific conditions, which works exactly the same with arrange()  阅读全文
posted @ 2023-06-27 22:01 DaqianLU 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # Load demo data ``` library(data.table) flights = fread("https://raw.githubusercontent.com/Rdatatable/data.table/master/vignettes/flights14.csv") fli 阅读全文
posted @ 2023-06-14 14:49 DaqianLU 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Efforts on resolving compiling issues upon installing R packages on the Mac M chip https://mac.r-project.org/openmp/#do https://github.com/Rdatatable/ 阅读全文
posted @ 2022-11-01 22:49 DaqianLU 阅读(74) 评论(0) 推荐(0) 编辑
摘要: see the solution and explanations on github and StackOverFlow. 阅读全文
posted @ 2022-07-01 16:28 DaqianLU 阅读(32) 评论(0) 推荐(0) 编辑