Filter RNAseq data with genes more than x reads
Load the required packages
Load your .csv file, assign first column as index (gene name), all other columns should be raw counts
Formula for filtering genes with more than x raw counts, and then exports file to a file path
Filter df for genes with raw counts more than 10 reads