# HG changeset patch # User mingchen0919 # Date 1515012746 18000 # Node ID 320aa7da31d90b622bc0cf1d3242abb5d7e31cc1 # Parent 18e3fc69da76c28af0bfa87cf50e9ed4aab03770 fix error diff -r 18e3fc69da76 -r 320aa7da31d9 rmarkdown_deseq2_count_matrix.Rmd --- a/rmarkdown_deseq2_count_matrix.Rmd Sat Dec 30 16:42:01 2017 -0500 +++ b/rmarkdown_deseq2_count_matrix.Rmd Wed Jan 03 15:52:26 2018 -0500 @@ -50,7 +50,7 @@ The goal of this step is to rearrange the rows of the column data matrix so that the samples rows in the count data matrix and the sample columns in the count data matrix are in the same order. ```{r 'match sample names'} -col_data = col_data[col_names, ] +col_data = col_data[col_names, , drop = FALSE] datatable(col_data) ``` diff -r 18e3fc69da76 -r 320aa7da31d9 rmarkdown_deseq2_count_matrix.xml --- a/rmarkdown_deseq2_count_matrix.xml Sat Dec 30 16:42:01 2017 -0500 +++ b/rmarkdown_deseq2_count_matrix.xml Wed Jan 03 15:52:26 2018 -0500 @@ -35,7 +35,7 @@ - +