标签:
shell
linux
重定向
i/o
|
分类:
Linux学习
|
标准输入/输出的重定向:
Standard Input and Output Redirection
The shell and many UNIX commands take their input from
standard input (stdin
), write output to
standard output (stdout
), and write error
output to standard error (stderr
). By default,
standard input is connected to the terminal keyboard and standard
output and error to the terminal screen.
The way of indicating an end-of-file on the default standard
input, a terminal, is usually .
Redirection of I/O, for example to a file, is accomplished by
specifying the destination on the command line using a
redirection metacharacter followed by the desired
destination.
C Shell Family
Some of the forms of redirection for the C shell family are:
投SCI的有些杂志,文章进度很慢,需要催稿。
现将催稿信模板贴出来:
Dear Editors of
Journal(杂志名):
My manuscript named
'ABCD EF GH' (Manuscript ID:xxxxx) (注意:需要添加文章的编号) has been
submitted to your magazine for over two months, but the status has
always been 'With Editor'. According to the User Guide, authors of
manuscripts can expect an accept or reject decision normally within
4 weeks of receipt. As a result, I am writing this letter to query
about the current status of our manuscript.
(2012-08-02 18:13)
安装了Word 2007和Endnote
后,打开WORD发现没有Endnote选项,也无法插入文献。上网搜索,没能解决。于是自己捣鼓,终于解决。贴出来备忘。
打开 word 左上角的word选项
http://s14/middle/5ecfd9d9tc645d40b6d5d&690
点击 加载项
http://s5/middle/5ecfd9d9tc645d86d3a34&690
点击 左下角的 com 加载项 转到
会出现
http://s2/middle/5ecfd9d9tc645de17c761&690
点击添加
出现了添加加载项的文件夹选项,这
(2012-08-01 11:44)
假设你要输入的是h/h1,想输出为分数形式。如何实现?
在word文档中想要插入的位置按下“Ctrl+F9”快捷键, 将鼠标定位于大括号内,然后输入“eq \f(h,h1)”,然后再点击右键,在弹出的菜单中点击“切换域代码”命令, 这样就完成了。
需要注意的是:
(1)域代码必须在英文的半角状态下完成输入
(2)eq后面有个空格。
共同学习一下吧---一我进行了一下整理,共分为以下几部分:
一、最初投稿,这一部分是必须的 Cover
letter,主要任务是介绍文章主要创新以及声明没有一稿多投
稿件模板如下:
Dear Editors:
We would like to submit the enclosed manuscript
entitled “Paper
Title(论文题目)”, which we wish to be considered for publication
in “Journal
Name(杂志名称)”. No conflict of interest exits in the submission
of this manuscript, and manuscript is approved by all authors for
publication. I would like to declare on behalf of my co-authors
that the work described was original research that has not been
published previously, and not under consideration for publication
elsewhere, in whole or in part. All the authors listed have
approved the manuscript that is enclosed.
一.什么是同源模建
X射线晶体学方法和多维核磁共振技术是目前测定蛋白质结构的主要方法。用X射线晶体学方法测定蛋白质结构的前提是必须获得能对X射线产生强衍射作用的晶体,而蛋白质晶体的表达、提纯与结晶增加了结构测定的难度;多维核磁共振技术避免了这些困难,而且能够测定蛋白质的溶液结构,但仅适用于小蛋白。
同源模建也称比较模建,这是目前应用最成功的一种方法.蛋白质根据序列同源性(sequence
iden1itv)可以分成不同的家族.一般认为序列同源性大于30%的蛋白质可能由同一祖先进化而来,称为同源蛋白质。同源蛋白质具有相似的结构和功能,所以利用结构已知的同源蛋白质可以建立目标蛋白质的结构模型,然后用理论计算方法进行优化.利用同源模建方法建立的蛋白质模型是以已知的同源蛋白质结构为基础的,所以这是一种基于现代生物学知识的预测方法。
二、同源模建的基本过程
包括六部分 :
1、目标序列与模板序列的匹配;
2、根据同源蛋白质的多重
转自
------http://blog.163.com/shangjing_wawa/blog/static/92260241201021634650139/
一
原理:免疫共沉淀(Co-Immunoprecipitation)是以抗体和抗原之间的专一性作用为基础的用于研究蛋白质相互作用的经典方法。是确定两种蛋白质在完整细胞内生理性相互作用的有效方法。
其原理是:当细胞在非变性条件下被裂解时,完整细胞内存在的许多蛋白质-蛋白质间的相互作用被保留了下来。如果用蛋白质X的抗体免疫沉淀X,那么与X在体内结合的蛋白质Y也能沉淀下来。目前多用精制的prorein
A预先结合固化在argarose的beads上,使之与含有抗原的溶液及抗体反应后,beads上的prorein
A就能吸附抗原达到精制的目的。这种方法常用于测定两种目标蛋白质是否在体内结合;也可用于确定一种特定蛋白质的新的作用搭档。
其优点为:(1)相互作用的蛋白质都是经翻译后修饰的,处于天然状态;(2)蛋白的相互作用是在自然状态下进行的,可以避免人为的影响;(3)可以分离得到天然状态的相互作用蛋白复合物。缺点为:(1)可能检测不到低亲和力和瞬间的蛋白质-蛋白质相互作用;(2)两种蛋白质的结合可能不是直接结合,而
1. 引言
正则表达式就是一个表达式(也是一串字符),它定义了某种字符串模式——利用正则表达式,可以
对大段的文字进行复杂的查找、替换等。本文将以 Matlab 为编程语言,讲解正则表达式的概念和使用方法,
并将在文末以实例说明正则表达式的实践应用。
Matlab 提供的正则表达式函数有三个:
regexp——用于对字符串进行查找,大小写敏感;
regexpi——用于对字符串进行查找,大小写不敏感;
regexprep——用于对字符串进行查找并替换。
简要介绍一下这三个函数,以 regexpi 为例 ——
读者可以先跳过这里,看过全文之后再来看这里。
用法 1:
[start end extents match tokens names] = regexpi('str',
'expr')
start 为匹配字符串的起始位置;end 为匹配字符串的终止位置;extents 为扩展内容,和'tokens'指示符
一起用,指示出现 tokens 的位置;match 即找到的匹配字串;tokens
匹配正则表达式中标记(tokens)的字串;
转自----http://hi.baidu.com/lidaof/blog/item/9466b1d311fcc738960a160c.html
与之前的blast相比,新的blast+将blastn,blastx等合作与blastall命令分隔开来,对各个命令的参数定制更加方便
个人在使用blastn的过程中总结了一些自认为常用的参数,总结如下:
blastn -db database_name -query input_file -out output_file -evalue
evalue -max_target_seqs num_sequences -num_threads int_value
-outfmt format format_string
blastn -db database_name -query input_file -out output_file -evalue
evalue -max_target_seqs num_sequences -num_threads int_value
-outfmt format '7 qacc sacc evalue length pident'
例如:
blastn -db plant_rna -query test.fa -out test.out -evalue 0.00001
-max_target_seqs 5 -num_threads 4 -outfmt format '7 qacc sacc
evalue length pident'
blastn:这个不用说了吧,核酸对核酸的比对
-db: 指定blast搜索用的数据库,详见上篇文章
-query:用来查询的输入序列,fasta格式
什么修改注册表,添加键值,纯粹胡说,有那么麻烦么??
那么如何解决 Office 2007 鼠标右键没有 word powerpoint excel的新建选项呢
这样解决:
打开 C:\WINDOWS\SHELLNEW 文件夹,这个文件夹底下就是鼠标右键,新建选项。
看看有没有Excel Word 或者Powerpoint。
没有? 那好
打开 Word 2007,点击左上角,另存为--word文档,保存地址为C:\WINDOWS\SHELLNEW,保存文件名为
WORD12.docx。
同样,打开 Excel
2007,点击左上角,另存为--excel,保存地址为C:\WINDOWS\SHELLNEW,保存文件名为EXCEL12.XLSX。
同样,打开 POWERPOINT 2007,点击左上角,另存为--PowerPoint
演示文稿,保存地址为C:\WINDOWS\SHELLNEW,保存文件名为PWRPNT12.PPTX。
关闭所有文档,然后刷新一下桌面。
看看,是不是有了新建选项了??