找到约 15 条结果

文章 ANNOVAR人类各个数据库变异注释结果表格说明

...DERATE or LOW impact).GENEGene name (usually HUGO)GENEIDGene ID)FEATUREThe type of feature is in the next field (e.g. transcript, motif, miRNA, etc.)FEATUREIDTranscript ID (preferably using version number), Motif ID, miRNA, ChipSeq peak, Histone mark, depending on the annotation.BIOTYPEDescription o...

文章 bioperl处理fasta和fastq序列截取反向互补翻译等等

...   -format => 'fasta');while ( my $seqobj = $in->next_seq() ) { # the human read-able id of the sequence my $id=$seqobj->id();  # string of sequence my $seq=$seqobj->seq(); # a description of the sequence my $desc=$seqobj->desc();  # one of 'dna','rna','protein'  https://www.bi...

文章 maf_oncoplot.r突变注释文件分类可视化maftools

...message and exit -i maffile, --maf maffile input the maf file[required] -m metadata, --meta metadata input metadata file path[required] -g group, --group group input group id in metadata file to classification ...

文章 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. 输入的文件格式...

文章 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...

问题 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核酸...

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

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

文章 轻松搞定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:...

文章 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...