search for: rejectr

Displaying 1 result from an estimated 1 matches for "rejectr".

Did you mean: reject
2007 Jan 01
1
Subset by using multiple values
I have a vector containg about 20 unique values. It is called rejectrs$rs. It is a factor I have a data frame with about 100000 rows. I want to exclude all rows where in variable rs the value is one of the 20 on the exclude list. I thought this would work but none did. RawSeqBig<-subset(RawSeqBig,ASSAY_ID!=rejectrs$rs) RawSeqBig<-subset(RawSeqBig,ASSAY_ID!=li...