Monday, 17 November 2014

Subsetting data from a data frame...

So, the subset function allows me to create an another data frame with samples with a value larger than, in this case 64.

> c7pos <- subset(c7, Nuc.647_Int >= 64) 
> c7pospercent <- nrow(c7pos)/nrow(c7)*100

Then the calculation gives a value for this. 
Looks OK. 

Not quite sure I like the values but that's the way. 

How do these percentages compare to the percentages for the wells?
I need to compare.

Time for bed: 22:11

No comments:

Post a Comment