- Bioinformatics with Python Cookbook
- Tiago Antao
- 148字
- 2021-06-10 19:01:39
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "We will read the data from our file using R's read.delim function."
A block of code is set as follows:
import os
from IPython.display import Image
import rpy2.robjects as robjects
import pandas as pd
from rpy2.robjects import pandas2ri
Any command-line input or output is written as follows:
conda install r-essentials r-gridextra
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "On the top menu choose User, inside choose Preferences."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀