R/select.measurements.R

`select.measurements` <-
function (x){
	
	m.lines <- which(x[[4]][,"sample_type"]=="measurement")
	
	x[[1]] <- x[[1]][m.lines,]
	x[[2]] <- x[[2]][m.lines,]
	x[[4]] <- x[[4]][m.lines,]
	
	return(x)
	
	}

Try the RPPanalyzer package in your browser

Any scripts or data that you put into this service are public.

RPPanalyzer documentation built on Aug. 28, 2023, 5:07 p.m.