mkdir test
ls
cd test
test$ls
move from download folder to your student/test folder through mouse,
rdp_classifier-2.2.zip
test$unzip rdp_classifier-2.2.zip
test$ls
rdp_......
test$cd rdp_classifier...
/path/to/here/Meta
sanchita<-read.csv(file"home/student
/test/Lung.V3V5.genera.test.csv",header=TRUE,sep=",")
sanchita
summary sanchita
A<-as.matrix(read.table("home/student/test/Lun,............",header=TRUE,sep=","))
A[4,]
A[,2]
mode(sanchita)
sapply(sanchita,mode)
dim(A)
mode(A)
Str(A)
names(A)
class(A)
No comments:
Post a Comment