摘要: 使用SRAdb V2获取SRA数据安装SRAdbV2包install.packages('BiocManager')BiocManager::install('seandavi/SRAdbV2')使用SRAdbV2 首先需要创建一个 R6类-Omicidx library(SRAdbV2)oidx 阅读全文
posted @ 2021-03-08 20:39 emanlee 阅读(369) 评论(0) 推荐(0)
摘要: The Sequence Read Archive (SRA) is an archive for high throughput sequencing data, publically accessible, for the purpose of enhancing reproducibility 阅读全文
posted @ 2021-03-08 20:07 emanlee 阅读(470) 评论(0) 推荐(0)
摘要: pandas df: new_df['tissue'] = new_df['tissue'].str.lower() <ipython-input-24-d2fb04c89c2a>:1: SettingWithCopyWarning: A value is trying to be set on a 阅读全文
posted @ 2021-03-08 09:15 emanlee 阅读(655) 评论(0) 推荐(0)