240 发简信
IP属地:江西
  • iCloud多台设备之间相互同步出现的问题

    多台设备iCloud同步主要是想解决单位与居家办公之间的资料同步问题遇到问题的情形如下: Day 1: 在家中用备用电脑A办公,打开了PPT-0...

  • Python:list构建DataFrame

    两种方式: zip函数: pd.DataFrame直接构建 对DataFrame某一列按正则表达式提取部分字符:

  • Resize,w 360,h 240
    Python和R通用的数据格式-feather

    Part 1. 安装 Rdevtools::install_github("wesm/feather/R") Pythonpip install...

  • Python 处理数据_排序

    https://mp.weixin.qq.com/s?__biz=MzI4MDExMDIxMA==&mid=2247483679&idx=1&s...

  • R语言相关性分析

    1. R语言自带函数cor(data, method=" ")可以快速计算出相关系数,数据类型:data.frame 如data.frame为:...

  • Resize,w 360,h 240
    ggplot2绘图细节总结

    修改x轴绘图顺序 通过设置x轴factor顺序实现: 用forcats包:fct_inorder 按照第一次出现的次序排列;fct_infreq...

  • 2020-10-11 Python: 类

    Define Class 根据类来创建对象 1. 调用类中的方法 2. 调用类的属性:通用属性 3. 修改属性的值 method 1: 直接修改...

  • Resize,w 360,h 240
    ggraph学习

    graph_from_data_frame(d, directed=TRUE, vertices=NULL) directed: whether...

  • GSEA富集分析

    GSEA is designed to analyze ranked lists of all available genes and does...