LieberInstitute / RNAseq-pipeline

Original version of the RNA-seq pipeline implemented in SPEAQeasy at https://github.com/LieberInstitute/SPEAQeasy.
http://research.libd.org/SPEAQeasy/
4 stars 0 forks source link

bug in the mouse code, step7, R counts #39

Closed andrewejaffe closed 7 years ago

andrewejaffe commented 7 years ago

Line 226-227, there is an extra parentheses

geneMap$Symbol = sym$mgi_symbol[geneMap$ensemblID, sym$ensembl_gene_id)]
geneMap$EntrezID = sym$entrezgene[geneMap$ensemblID, sym$ensembl_gene_id)]
andrewejaffe commented 7 years ago

sorry, its missing a match( , not that there is an extra parentheses -a