Entering edit mode
Enter the body of text here I am using edgeR for RNA seq analysis, repeated tag sequence error was obtained frequently. Kindly help me in this regard.
Code should be placed in three backticks as shown below
> x <- readDGE(files, columns=c(1,2))
Error in readDGE(files, columns = c(1, 2)) :
Repeated tag sequences inGSM4321761_WT_rep1.txt
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
R version 4.1.1 (2021-08-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)
You apparently have duplicates in your input file. Did you see this post? It provides some ways to check this. edgeR import error
Yes Sir, I have seen that post. I am using R for the first time. I am not able to debug the error with the code x <- read.delim("tmp1.txt", stringsAsFactors = FALSE) any(duplicated(x[,1])). Kindly provide me suggestions.
Error in read.table(file = file, header = header, sep = sep, quote = quote, : unused argument (stringAsfactors = FALSE)