Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Khreat0205 committed Apr 14, 2022
1 parent c35283a commit f384542
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 2.Practice_code/0.R_Rstudio.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
x <- c("a","b","c")
x
z <-c(1,2,3,4,5,6,7,8,9,10)
z
i <- c("1","2","3","4","5")
i
j <- c("a",1,2)


coldata <- read.table("1.Data/group_table.txt", sep = "\t", header = T)
countdata <- read.table("1.Data/count_table.txt", sep = "\t", header = T)
countdata
?read.table
head(coldata)
?head
coldata[1,1]
coldata[1,2]
coldata[2,2]
Binary file modified Presentation/BulkRNAseq.pptx
Binary file not shown.
Binary file added Presentation/~$0.R기초.pptx
Binary file not shown.
Binary file added Presentation/~$2. DESeq2 (수정).pptx
Binary file not shown.

0 comments on commit f384542

Please sign in to comment.