版本的变化就BUG修复,解决https://github.com/LieberInstitute/recount3/issues/7。1.3.7版本新特性的变化,增加了create_hub()函数用于创建UCSC的轨道枢纽配置文件使用UCSC基因组浏览器探索recount3大佬碱基对覆盖文件。版本变化1.3.2重要用户可见的变化——rowRanges (rse_gene)分数现在美元rowRanges bp_length美元(rse_gene),让它更容易使用重新计票::getTPM()和重新计票::getRPKM与recount3对象()。解决了https://github.com/LieberInstitute/recount3/issues/4。BUG修复,更新read_metadata基于https://github.com/LieberInstitute/recount3/issues/5 ()。空元数据将下降一个警告的情况下。1.1.7 BUG修复版本的变化- read_counts()现在读取/外显子基因计数为每个样本数值,而不是整数,以支持32位整数计算值超过阈值(如2447935369)。此前,read_counts()将报告等大量微小的分数。这个错误是由克里斯托弗·威尔克斯。1.1.6 BUG修复版本的变化——现在project_homes()读取一个文本文件从recount3_url /生物/ homes_index使支持自定义url,如http://snaptron.cs.jhu.edu/data/temp/recount3test。 Changes in version 1.1.4 BUG FIXES - Fixed project_homes(), available_projects() and available_samples() to support using non-standard recount3_urls where the user knows that are the project_homes() for their organism of choice. This fix enables users to create their own custom recount3-like webservers and access their data using the functions in this package. This fix introduces the argument available_homes to both available_projects() and available_samples(). This bug was reported by Christopher Wilks. Changes in version 1.1.3 NEW FEATURES - Added expand_sra_attributes() that was contributed by Andrew E Jaffe. This function expands the SRA attributes stored in a given SRA study, which makes it easier to use that data. However, it makes it harder to merge studies and thus should be used with caution. Changes in version 1.1.1 BUG FIXES - Fixed locate_url() for GTEx & TCGA BigWig files. Changes in version 0.99.0 NEW FEATURES - Added a NEWS.md file to track changes to the package. - Documentation website is now available at http://LieberInstitute.github.io/recount3/. It gets updated with every commit on the master branch (bioc-devel) using GitHub Actions and pkgdown.