-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GAPIT 3: Error in count.temp[, 2] : subscript out of bounds #155
Comments
Please post more details when the GAPIT stopped. |
#Step 1: Set data directory and import files> myY <-
read.table("pheno2020.hmp", head = TRUE)> myG <-
read.delim("rbosnp.hmp", head = FALSE)> #Step 1: Import data> myY <-
read.table("pheno2020.hmp", head = TRUE)> myG <-
read.table("rbosnp.hmp" , head = FALSE)> setwd()Error in setwd() :
argument "dir" is missing, with no default> myG <-
read.table("rbosnp.hmp", head = FALSE)> myGAPIT <- GAPIT(G=myG,
output.numerical=TRUE)[1] "--------------------- Welcome to GAPIT
----------------------------"
[1] "MLM"
[1] "Converting genotype..."
[1] "Converting HapMap format to numerical under model of Middle"
[1] "Perform numericalization"Error in count.temp[, 2] : subscript out of bounds
In addition: Warning messages:
1: 'memory.size()' is no longer supported
2: 'memory.size()' is no longer supported
3: 'memory.size()' is no longer supported
…
On Thu, Oct 17, 2024 at 7:14 AM Jiabo Wang ***@***.***> wrote:
Please post more details when the GAPIT stopped.
—
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAJZHISTMOP4MTPBK2UDQF3Z34JAFAVCNFSM6AAAAABPRNZCWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJYGMYTSMJYGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Could you use the newest GAPIT function? I think I have fixed this error yet. |
Kindly share the link for newest GAPIT function,as i was not able to find it
…On Mon, 21 Oct, 2024, 07:52 Jiabo Wang, ***@***.***> wrote:
Could you use the newest GAPIT function? I think I have fixed this error
yet.
—
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAJZHIR7RY3Y3RVMQGIMOP3Z4RQNHAVCNFSM6AAAAABPRNZCWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGQZDGNBSGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I will try this and get back to you, thank you so much.
…On Mon, 21 Oct, 2024, 07:59 Jiabo Wang, ***@***.***> wrote:
https://zzlab.net/GAPIT/index.html
or https://github.com/jiabowang/GAPIT/tree/master/R
—
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAJZHIUAFOQZ6I6RUT72FYTZ4RRJ3AVCNFSM6AAAAABPRNZCWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGQZTANZVGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi all, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the following error during the analysis, not able to complete the analysis
Error in count.temp[, 2] : subscript out of bounds In addition: Warning messages: 1: 'memory.size()' is no longer supported 2: 'memory.size()' is no longer supported 3: 'memory.size()' is no longer supported -- > | > >The text was updated successfully, but these errors were encountered: