找到约 15 条结果

文章 ppi_network.r 蛋白互作网络分析

...ies ann.db                        NCBI taxonomy identifiers of the organism (e.g. 9606                        for Human, 10090 for mouse). default 9606  -t score_threshold, --score_threshold score_threshold                        a threshold for the combined scor...

文章 R语言基础入门—数组

...lengths.vector1 <- c(2,3,5)vector2 <- c(7,8,9,11,11,12)# Take these vectors as input to the array.result <- array(c(vector1,vector2),dim = c(3,3,2))print(result) 运行以上的代码,输出结果如下: , , 1     [,1] [,2] [,3][1,]    2    7   11[2...

文章 SNP指纹图谱软件SNPT

...可以做的分析: Indentify unique SNPs profiles and assign sequence types(MST);Calculate allele frequencies;Find informative SNPs;Calculate D (Index of the Discrininatory Ability);Find the set(s) of minimum SNPs;Output MST data file in mega and interleaved mega format. 输入的文件格式...

问题 GWAS分析绘制进化树遇到下面问题是什么意思,请问怎么解决?

...vironment value of R_HOME --> Q&A for bioinformatics, please visit the website: https://www.omicsclass.com/ --> R beginners ? I suggest your  learning  R language: https://study.omicsclass.com/index Registered S3 methods overwritten by 'treeio':   method              from  ...

问题 电脑内存不能升级,运行Rstudio内存一直上升,请问还有其他方法解决这个问题吗。

...lation" > platform <- "Illumina Human Methylation 450" > sample_type <- "Primary solid Tumor"    > legacy <- FALSE > # 工作目录如果不存在,则创建目录 > if( !file.exists(work_dir) ){ +   if( !dir.create(work_dir, showWarnings = FALSE, recursive = TRUE)...

文章 merge_tsv_files.r 根据共有ID横向合并表格文件

...                                               [-t type] [-p prefix]                                                       [-o outdir]merge tsv files by rownamesoptional arguments:  -h, --help            show this help message and exit  -i ...

文章 blastall 参数详细说明

...[File Out]stdout -F过滤询问序列[String]TDUST with blastn, SEG with others-G打开gap得分[Integer]-1 -E延伸gap得分[Integer]-1 -XX dropoff value for gapped alignment (in bits)[Integer]0blastn 30, megablast 20, tblastx 0, all others 15-I显示gi号Show GI’s in deflines[T/F]F -q核酸...

文章 轻松搞定iTOL注释文件

...if a requested column cannot be found instead of just skipping the data set [default: FALSE]        -b NAME, --background=NAME                Column to define the background colours of the tip labels; empty means no background colours [default:...

文章 R语言基础入门—R语言概述与安装!

...量,常用于统计建模。 示例: fac <- factor(c("male", "female", "female", "male"))  # 创建一个因子 好了,今天小编就先给大家介绍到这里,下期我们会详细介绍每种数据结构。希望对您的科研能有所帮助!祝您工作生活顺心快...

文章 ANNOVAR琳琅满目的人类变异信息注释数据库

...信息,如: population frequency in different populations 和various types of variant-deleteriousness prediction scores,这些可被用来过滤掉一些公共的及 probably(大概,肯定的成分较大,,是most likely)nondeleterious variants。 一、基于基因的注释(gene-...

文章 corr_network.r—ggraph包绘制展示相关性的网络图

...d exit -g GENE_DATA, --gene_data GENE_DATA Enter the file path that contains the gene symbol and gene grouping[required] -p P_DATA, --p_data P_DATA input data file path[required] -r R_DATA, --r_data R_DATA ...

文章 绘制展示基因在样本中表达量与数量的柱状图

...d.position, --legend.position legend.position Sets the location of the legend[none,left,right,bottom,top,or two-element numeric vector][optional,default top] -o outdir, --outdir outdir output file direc...

文章 安装gdal报错

...-libs-3.4.0-2.el9.x86_64 requires libarmadillo.so.10()(64bit), but none of the providers can be installed  - package gdal-3.4.0-2.el9.x86_64 requires libgdal.so.30()(64bit), but none of the providers can be installed  - package gdal-3.4.0-2.el9.x86_64 requires gdal-libs(x86-64) = 3.4.0-2.el9, but ...

文章 STRING蛋白互作网络图绘制及子网络分析

...幅精美的互作网络图十分重要。 例如2021年5月发表在Mol Ther Nucleic Acids中的文献《Comprehensive analysis to identify DLEU2L/TAOK1 axis as a prognostic biomarker in hepatocellular carcinoma》,影响因子8.89。作者首先分析PTEN相关的差异基因(lncRNA、mRNA、...

文章 BSA分析中QTL-seq 分析:95% 99%阈值置信区间是如何计算的

...####################snp_index<-function(read_depth,ratio_of_genotype_in_the_population_in_A){x1<-rbinom(1,read_depth,ratio_of_genotype_in_the_population_in_A)return(x1/read_depth) }################################################################################################for (key_individu...