전주시 반려동물산업육성 전문가협의회 2차 간담회
전주시 반려동물산업육성 전문가협의회 2차 간담회 Read More »
전주시 반려동물산업육성 전문가협의회 2차 간담회 Read More »
EndNote는 논문을 정리하고 관리하기 위한 도구이다. 전북대학교 중앙도서관에 login 후 EndNote를 검색하거나 아래 link로 접속해서 EndNote 프로그램을 받는다. https://dl.jbnu.ac.kr/webcontent/info/30 사용법
이 문서는 docker 공식 싸이트를 참고해 작성하였다 (https://docs.docker.com/engine/install/ubuntu/). (optional) 이전 버전 docker 지우기 오래된 docker engine이 있는 경우, 아래 명령을 통해 삭제한다. 1. Installation 1.1. Set-up repository Docker engine은 docker hub (repository)을 통해 다른 개발자가 만든 docker image를 활용할 수 있다. 이를 위해 docker engine 설치에 앞서, repository 접근 설정이 필요하다. Install prerequisite packages for
Introduction 데이터 분석이란 데이터 분석은 데이터를 가공하여 새로운 지식을 도출하는 과정이다. 데이터는 자연 현상을 관찰한 결과의 기록이고, 따라서 데이터는 자연 현상에 대한 정보를 지니고 있을 것이다. 데이터로부터 그 정보를 추출하는 과정이 데이터 분석이다. 데이터 분석 과정 데이터 분석을 위해서는 (1) 데이터 수집, (2) 데이터 저장, (3) 데이터 정제, (4) 데이터 처리 / 분석, (5) 결과
Data analysis – basic Read More »
소개 Visual Studio Code(VS Code) 는 기본적으로 프로그램을 작성하기 위한 소스 코드 편집기(editor) 입니다. 그러나 단순한 편집기를 넘어, 다양한 확장 기능(extension) 을 설치하여 원격 서버 접속(Remote SSH), Jupyter Notebook 실행, Git을 통한 버전 관리, Python/R 개발 환경 구축 등 통합적인 개발 환경(IDE) 으로 확장할 수 있습니다. 즉, 연구자는 하나의 프로그램에서 코드 작성, 실행, 디버깅, 서버 접속, 데이터 분석 등 여러 작업을 효율적으로 처리할 수
Visual Studio Code: editor for data science Read More »
Introduction Sequence alignment, which involves aligning two sequences and measuring matches and mismatches of characters, is a way to quantify the similarity between two sequences. The alignment is the procedure of finding two extended sequences with the same length from the two sequences, where an extended sequence is generated by inserting null characters ‘-‘ into
Pairwise sequence alignment Read More »
Next generation sequencing (NGS) refers to advanced DNA sequencing methods that enable sequencing of multiple sequences at the same time. Therefore it is often called as massively parallel sequencing. Originally, the term refers methods that determine sequences of a massively large number (thousands, millions, or more) of short DNA sequences, ranging 100~300 bp simultaneously, Recently,
Next generation sequencing (NGS) Read More »
A computer program is a sequence of instructions that can be interpreted and executed by computer. It is written in a programming language that can be interepreted by computer. Python is a high-level programming language, which can be easily interpreted by human. Python interpreter converts the Python code (high-level) into instructions (low-level) the computer can
Python programming (basics) Read More »