找到约 15 条结果

文章 R语言如何绘制MA图

...ain="MA plot") {    # check args    # check null    if( is.null(log2FC) ) stop("log2FC is NULL")    if( is.null(FDR) ) stop("FDR is NULL")    if( is.null(Significant) ) stop("Significant is NULL")    # check length    len <- c(length(log10exp),...

文章 linux设置磁盘自动挂载

... '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/mapper/centos-root / xfs defaults 0 0 UUID=f12446c3-9101-4256-b900-6b0963a0b0e0 /boot xfs defaults 0 0 #/dev/mapper/centos-swap swap ...

文章 R语言基础入门—循环

...流程图: R 语言提供的循环类型有: repeat 循环while 循环for 循环 R 语言提供的循环控制语句有: break 语句Next 语句 循环控制语句改变你代码的执行顺序,通过它你可以实现代码的跳转。 循环类型 repeat repeat 循环会一直执行...

文章 从GTF中提取lncRNA的编号和名称

...my $biotype = shift @ARGV; my %biotype_list; open my $fh1, $biotype_file or die; while (<$fh1>) { chomp; my @array = split /\t/, $_; if($array[2]eq $biotype){ $biotype_list{$array[0]} = 1; } } close $fh1; open my $out, ">${biotype}_info.txt" or die; print $out "G...

文章 TCGA挖掘高分文章

WGCNA+免疫浸润 :An Immune-Related Gene Prognostic Index for Head and Neck Squamous Cell Carcinoma. 文章标题:Clinical significance and immunogenomic landscape analyses of the immune cell signature based prognostic model for patients with breast cancer 文章标题:   Immune cell infi...

文章 csvtk,A powerful software for handling CSV files

CSVTK,即CSV工具包,是一个用于处理逗号分隔值(CSV)文件的实用命令行程序。由于其简单性、灵活性和效率,对于经常处理CSV文件的人来说,特别是在数据科学、生物信息学以及任何需要数据分析的领域,CSVTK都是一种非常有...

文章 MEGAN 分类学树状图 饼图说明

...Each circle of the MEGAN tree represents a taxon in the NCBI taxonomy and is labeled by its name and the number of reads that were assigned to the taxon and not to a subtaxon. The size of the circle is scaled logarithmically to represent the number of reads.  图中圆圈大小代表该物...

文章 百度网盘 for Linux ——BaiduPCS-Go用法

常使用linux,但仍然需要百度网盘和外界进行沟通的用户一定知道bypy,不过遗憾的是,这个软件python写的软件太过缓慢,不过我最近发现了一个软件,BaiduPCS-Go 他用go编写,几乎像是百度网盘linux版一样好用 在官网找自己服务...

问题 老师,请问,用Evolview美化进化树时,在添加background colors for leaf labels,提示error: error: at least one valid colorset data should be given; data not upload/ updated是什么原因呢

问题 ANNOVAR变异注释报错:Erro: invalid record found in exonic_variant_function file (exonic format error)

...system command <convert2annovar.pl  -includeinfo -allsample -withfreq -format vcf4 /work/bdorsalis/4.snp_indel/var_qc/all.clean.snp.vcf.gz > /work/bdorsalis/5.var_ann/test/snp.avinput> NOTICE: Finished reading 840 lines from VCF file NOTICE: A total of 224 locus in VCF file passed QC thr...

问题 请问request returned Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers... check if the server supports the requested API version 这个问题该怎么解决

...docker软件的containers中出现 request returned Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/025fef2a3e783d8c473c644d58e2ffd31be5f157743e797b0649966a18031dfc/json, check if the server supports the requested API version

文章 科研小白:生物实验做不出来是种什么体验?

...oxin stimulates factor VIII secretion from endothelial cells. Implications for hypercoagulability in cirrhosis 期刊:Journal of Hepatology IF:12.486 产品名称:RAB27A Polyclonal Antibody 标题:The arginine methyltransferase CARM1 represses p300•ACT•CREMτ activity and is requir...

文章 samtools之index

...ls index <in.bam> [out.index] Options:    -b    Generate BAI-format index for BAM files[default]    samtools index -b xx.bam  建立索引后将产生后缀为.bai的文件    -c    Generate CSI-format index for BAM files    samtools index -c xx.bam  建立索引后...

文章 Gene ID、Gene Symbol、UniProtKB等ID的转换你会么?

...换方法1、打开uniprot网站,https://www.uniprot.org;2、点击“Retrieve/ID mapping”,跳转页面进入ID转换界面;3、上传ID列表,选择转换类型,进行转换;4、查看并下载转换后的数据。BioDBnet基因ID/名称转换方法1、打开网站https://biodbnet-a...

文章 read.table参数

...("allow.loss", "warn.loss", "no.loss"), row.names, col.names, as.is = !stringsAsFactors, na.strings = "NA", colClasses = NA, nrows = -1, skip = 0, check.names = TRUE, fill = !blank.lines.skip, strip.white = FALSE, blank.lines.skip = TRUE, comment.cha...