We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a831c commit b706662Copy full SHA for b706662
bin/tximport.r
@@ -51,8 +51,8 @@ read_transcript_info <- function(tinfo_path){
51
rownames(transcript_info) <- transcript_info[["tx"]]
52
53
list(transcript = transcript_info,
54
- gene = unique(transcript_info[,2:3]),
55
- tx2gene = transcript_info[,1:2])
+ gene = unique(transcript_info[,2:3]),
+ tx2gene = transcript_info[,1:2])
56
}
57
58
# Read and process sample/column data from a given path
0 commit comments