selectmethysample: selectmethysample

Description Usage Examples

View source: R/selectmethysample.R

Description

select the tumor and normal tissues in DNA methylation

Usage

1
selectmethysample(methylationLUAD)

Examples

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)

LULIU1816/TwoSLSanalysis documentation built on Nov. 18, 2019, 5:41 a.m.