首页 > 其他分享 >20221011-R和R包安装 Rnaseq

20221011-R和R包安装 Rnaseq

时间:2022-10-16 23:00:35浏览次数:39  
标签:Rnaseq 20221011 library bioconductor version conda install BiocManager 安装

quantification

source("http://bioconductor.org/biocLite.R")
biocLite("Rsubread") limma edgeR
library("Rsubread") limma edgeR失败
conda install bioconductor-edger
conda install bioconductor-limma
conda install biocnoductor-rsubread
conda install -c bioconda bioconductor-deseq2
conda install -c bioconda bioconductor-rsubread
conda install -c bioconda bioconductor-edger



Rscript run-featurecounts.R -b ../1.mapping/BLO_S1_Rep1.bam -g ../refgenome/gene.gtf -o BLO_S1_Rep1
conda install biocnoductor-argparser
install.packages("argparser")
conda install biocnoductor-rsubread
install.packages("BiocManager")
BiocManager::install("Rsubread")
BiocManager::install("edgeR")
install.packages("edgeR")

source("http://bioconductor.org/biocLite.R")
#指定一个离你最近的国内镜像
options(BioC_mirror="http://mirrors.ustc.edu.cn/bioc/")
biocLite("edgeR")

install.packages('edgeR',repos='http://cloud.r-project.org')
conda install -c bioconda bioconductor-rsubresad




Bioconductor version 3.8 (BiocManager 1.30.18), R 3.5.0 (2018-04-23)
library("rsubread")
BiocManager::install("Rsubread")
BiocManager::install("degeR")


Description: Ubuntu 18.04.4 LTS
sudo su
echo "deb http://www.stats.bris.ac.uk/R/bin/linux/ubuntu bionic-cran40/" >> /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
apt-get update
apt-get upgrade
###重装系统
wget https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh
bash *.sh
sudo vi /etc/profile
export PATH=$PATH:/home/messia/anaconda3/bin
source /etc/profile
source .bashrc

conda create -n r3.6
conda activate r3.6
conda install r-base=3.6
conda deactivate

R version 3.6.1 (2019-07-05)

if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version = "3.10")

library("BiocManager")
Bioconductor version 3.10 (BiocManager 1.30.18), R 3.6.1 (2019-07-05)
Bioconductor version '3.10' is out-of-date; the current release version '3.15'
is available with R version '4.2'; see https://bioconductor.org/install

BiocManager::install("ggplot2")
BiocManager::install("Rsubread")
BiocManager::install("edgeR")
***
Warning: dependency ‘locfit’ is not available
***
BiocManager::install("locfit")
install.packages('https://cran.r-project.org/src/contrib/Archive/locfit/locfit_1.5-9.2.tar.gz',repos = NULL)

BiocManager::install("limma")


library("ggplot2")
library("Rsubread")
library("degeR")
library("limma")

conda 更新
conda install fastp
conda install hisat2
conda install samtools

ascp密钥
/home/ubuntu/anaconda3/etc
Rscript run-featurecounts.R -b ../2mapping/BLO_S1_Rep1.bam -g ../refgenome/gene.gtf -o BLO_S1_Rep1

标签:Rnaseq,20221011,library,bioconductor,version,conda,install,BiocManager,安装
From: https://blog.51cto.com/u_15622529/5760758

相关文章

  • 【Python】Centos7安装Python3和pip
    安装Python3#wgethttps://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz#tar-xvJfPython-3.6.2.tar.xz#cdPython-3.6.2#./configure--prefix=/data......
  • MySQL的安装与配置
    脚踩泥泞的时候,也不要忘了抬头仰望星空。我不生产知识,我只是知识的搬运工。MySQL是一种开源的关系型数据库产品,具有开放式的架构。MySQL的安装与部署以下采用二进制包的......
  • docker安装Sonarqube
    简介sonarqube是一款用于代码质量管理的开源工具,它主要用于管理源代码的质量。通过插件形式,可以支持众多计算机语言,比如java,C#,go,C/C++,PL/SQL,Cobol,JavaScrip,......
  • Windows不分区VHD装Linux多系统(七):ubuntu 22.04.1安装实验
    一、安装过程:环境:1.物理机系统:Win102. ISO镜像:ubuntu-22.04.1-desktop-amd64.iso3.虚拟机:VirtualBox图形用户界面,版本6.1.36r152435(Qt5.6.2)    安......
  • PLSQL Developer 14软件安装包下载及安装教程
    PLSQLDeveloper14软件简介:PLSQLDeveloper14是款编程行业常使用的PL/SQL数据库管理工具。PLSQLDeveloper正式版具有语法加强、SQL和PL/SQL帮助、对象描述、代码助手、编......
  • Docker安装MongoDB并使用Navicat连接
    MongoDB简介:MongoDB是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可扩展的高性能数据存储解决方案。是一个介于关系数据库和非关系数据库之间......
  • pip 命令批量安装python包
    1.PyPI:PythonPackageIndex,thedefaultrepository(仓库)ofPythonpackagesforPythoncommunitythatincludesframeworks,toolsand,libraries.    ......
  • Centos8 安装并使用Ansible(二)
    Ansible是一个开源的配置管理工具,我们用于自动化任务、部署应用程序。使用Ansible,您可以自动执行日常任务,例如更新系统、安装软件、和配置服务。配置/etc/hosts文件觉得用......
  • Mongodb安装
    下载地址https://www.mongodb.com/try/download/community安装步骤先安装依赖sudoyuminstalllibcurlopensslxz-libs解压tar包tar-zxvfmongodb-linux-*-5......
  • CentOS 8.2 k8s 集群安装 Keepalived-2.2.7
    一、Keepalived集群安装地址https://www.keepalived.orgNginx和Keepalived是配套使用的,如果有其他负载均衡器就不需要再安装这两个服务。安装依赖yuminstall......