전체 글 (18) 썸네일형 리스트형 [anna-conda]소스 코드 다운받아 작업 진행하기(protein binding-structure prediction tool:diffdock) [anna-conda]GitHub으로부터 코드 가져오기(open source code_git clone) (tistory.com) [anna-conda]GitHub으로부터 코드 가져오기(open source code_git clone) https://github.com/ GitHub: Let’s build from here GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea... git anna-conda... [anna-conda]GitHub으로부터 코드 가져오기(open source code_git clone) https://github.com/ GitHub: Let’s build from hereGitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...github.com깃허브 사용방법에 대해서는 내가 올릴 수가 없다. 왜냐하면 나도 아직 잘 모르기 때문이다...... github에 repository를 만들고 코드를 저장하는 방법에 대해서는 서툴지만 남들이 만든 코드 가져오는건 세상 간편함. 누가봐도 누르고 싶게 .. R(생물정보학특론)-2(mpg 데이터로 scatterplot 그리기)[feat.chain&RMSD_scatterplot] mpg data : manufacturer / model / displ / year / cyl / trans / drv / cty / hwy / fl / class displ - 엔진 크기(단위:리터) hwy - 고속도로에서의 자동차 연비(단위:갤런 당 마일, mpg) View(mpg) : [R] 데이터 분석 기초함수 - View() , dim() , str() ggplot(data = mpg) +geom_point(mapping =aes(x =displ,y =hwy)) 가지고 있는 데이터 사용해서 그래프 그려보기! check_final 데이터는 rmsd_info를 담은 csv 형태의 dataframe으로 : PDB_code / Chain / UniProt_ID / RMSD 컬럼을 가진다. rmsd_info 이전 1 2 3 4 5 6 다음