seoanezonjic / ExpHunterSuite

RNA-seq gene expression analysis suite
Other
2 stars 4 forks source link

Due to problem in merge of DE analysis table (big table) with PCIT results, the big table is too small - it loses the filtered out genes. #23

Closed jimrperkins closed 4 years ago

jimrperkins commented 4 years ago

Fix this by changing the merge so it includes genes that aren't necessarily in both data frames.

jimrperkins commented 4 years ago

Fixed by separating out the merge filtered genes bit as a separate function and doing it at the end.