-
Notifications
You must be signed in to change notification settings - Fork 10
「En」Reasons and solutions for common error messages.
Error messages 01
wrong sign in 'by' argument
'by'参数的正負號不对
Reason: The number of option Reserved genes Num.
is larger than the total number of genes which was filtered by step1. There are a total of 10,000 genes in the expression matrix file, and 8,000 genes are left after filtering noise, but if you still choose 10,000 or more, this error will be prompted.
Solution: Choose a smaller Reserved genes Num
Error messages 01
Error in data.frame: duplicate 'row.names' are not allowed
row.names有重复
Reason: We found that the main reason for this error is that when you prepare the traitdata file, there are many blank lines in the file, these blank lines will not be removed when import in to R. The first column will be converted to rownames. The blank cells was treated as repeat row.names.
Solution: Open traitdata file with software such as sublime text or editplus, delete all blank lines or other characters after useful information.
Report me more Error message: shawndrive2019@126.com