imilenkovic
imilenkovic
This was the code: corrplot(cor(merged2), # Correlation matrix method = "shade", # Correlation plot method type = "full", # Correlation plot style (also "upper" and "lower") diag = TRUE, #...
Hello, When I set col.lim, the colour distribution stays the same. ``` corrplot(cor(merged2), # Correlation matrix method = "shade", # Correlation plot method type = "full", # Correlation plot style...
Hello, I updated the package and ran the following: ```` corrplot(cor(merged2), # Correlation matrix ignoreSign = TRUE, method = "shade", # Correlation plot method type = "full", # Correlation plot...
Hello! I have a similar problem, did you manage to solve it? Thanks!
Hi, Thanks for your answer. I will see if I can make it work; otherwise I will wait to see if you can merge the branch with the latest release...
Hello, Thanks a lot for the update! Could you let me know how I can use this though, I'm not sure what the command is and what output I can...
Hello, I'm sorry for not answering earlier, I will give this a go during the next week and will let you know how it goes! Thanks a lot for all...
Hello, I tried running the command you wrote with bambu I installed with bioconductor a month ago, but got the following message: Error in bambu(reads = bamFiles, annotations = bambuAnnotations,...
Hello, Thanks a lot for all the help! I managed to get the table with read IDs and transcript IDs, eg.: "ad1f43c8-e4d4-4580-bde6-eb07a51f2c6d" "ENSMUST00000029546.15" Let's see if I can make sense...
Hello, So I looked into individual transcript IDs, and some of the transcripts that were reported in the bambu output were not present in this table. Based on your explanation...