Alper Kucukural

Results 34 comments of Alper Kucukural

Just check the line 15906. There can be some unexpected character in that line. Check the enter char etc. You can just cut the lines between 15900 and 15910, and...

These are duplicated genes in this data table. So the gene names has to be unique in a count table. Otherwise, it cannot load the table. 5502 LIMS3 16 117...

R adds X in front of the column names automatically, if the column names start with a number and they don't match with the sample names in your meta_data file....

Iin the first column, you need to write genename. The number of columns in the header and table has to be the same. Other thing, make sure the delimiters are...

They are not supported in DEBrowser. You can use other GO enrichment tools that support those species. You can download up&down regulated genes to run other tools.

We had this capability before but had to remove to support more complex data manipulations. If shiny improves saving whole session state, we will bring this capability back.

We have a limitation about file size. I might suggest you change that limitation in the code. 1. So you can clone the source to your machine with; git clone...

All the messages are looking right. Are you running it in RStudio or R? If not please run R and run the commands below; library(debrowser) startDEBrowser() If you get an...

Yes, there is a problem in your count data file. It should be filled with all numeric values. If there is a missing value or a string rather than a...

If you send me the first 100 lines of the file. I can look at it, if there is a problem about the file. Sometimes, when the file is generated...