View source: R/selectmethysample.R
select the tumor and normal tissues in DNA methylation
1 | selectmethysample(methylationLUAD)
|
1 2 3 4 5 6 7 | library("data.table")
#read methylation
data data_methy<-fread("LUSC__methylation_450__tissueTypeAll__20181024055604.txt",data.table=F,head=T) data_methy <- as.data.frame(data_methy)[,-c(2,3,4)]
# select sample 01A,11A
methylationLUAD <- selectmethysample(methylationLUAD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.