Skip to content
Snippets Groups Projects
Commit cbf6758d authored by Holger Brandl's avatar Holger Brandl
Browse files

continued intersection analysis

parent 41344d37
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ resultsBase <- count_matrix_file %>% basename() %>% trim_ext(".txt") %>% trim_ex
countData <- read.delim(count_matrix_file)
#' strucutre of input matrix was
glimpse(countData)
glimpse(countData, width=60)
countMatrix <- countData %>% column2rownames("ensembl_gene_id") %>% as.matrix()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment