20 April 2021 7 997 Report

I am trying to exclude variables from a table of LogCPM of RNAsq data by gene names. The table have their rows labeled by gene names as shown in the image below:

https://imgur.com/qavmB0K

This table is labelled as fm in R

I am using a reference of genes I do not want and therefore would like to exclude from fm. The reference looks like this:

https://imgur.com/4sRtloR

This list is labelled as Con1

I tried the following code and received the following error:

require (dplyr)

`%notin%`

More Julia Soh's questions See All
Similar questions and discussions