Skip to content

Commit e4612c7

Browse files
Update OLDE_DESEQ2_and_edgeR_DGE.R
1 parent 7d948c9 commit e4612c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OLDE_DESEQ2_and_edgeR_DGE.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rawcount<-read.table ("RawGeneCounts.tsv",header=TRUE, sep="\t", row.names=1)
1818

1919
###################### Filter for coding genes (In case want to filter non-coding Genes) ########################
2020
library("biomaRt")
21+
library(dplyr)
2122

2223
mart <- useMart(biomart="ensembl", dataset="hsapiens_gene_ensembl")
2324
all_coding_genes <- getBM(attributes = c( "hgnc_symbol"), filters = c("biotype"), values = list(biotype="protein_coding"), mart = mart)

0 commit comments

Comments
 (0)