You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I would like to point out that in page 6 of the GAPIT manual, it is mentionned that "GAPIT accepts multiple input data
formats, including both numeric, hapmap, and PLINK genotype formats". However, later on we find that only HapMap and numeric formats are accepted, I don't know if I'm missing something here, but just to mention it.
Now, I converted my data to HapMap format, upload it successfully, and checked the format, which was similar to the example shown in the manual. However, upon running an initial analysis, I encountered the following error, which I'm still unable to overcome:
Test_1<- GAPIT( Y=myphenox,
G=mygeno0,
PCA.total=3,
model="MLM",
KI=K_WG)
[1] "--------------------- Welcome to GAPIT ----------------------------"
[1] "MLM"
[1] "--------------------Processing traits----------------------------------"
[1] "Phenotype provided!"
[1] "The 1 model in all."
[1] "MLM"
[1] "GAPIT.DP in process..."
[1] "Converting genotype..."
[1] "Converting HapMap format to numerical under model of Middle"
[1] "Perform numericalization"
[1] "Succesfuly finished converting HapMap which has bits of 1"
[1] "Converting genotype done."
[1] "GAPIT will filter marker with MAF setting !!"
[1] "The markers will be filtered by SNP.MAF: 0"maf_indexTRUE555646
[1] "Plotting Kinship"
[1] "Creating heat map for kinship..."
[1] "Kinship heat map PDF created!"
[1] "Kinship NJ TREE PDF created!"
[1] "Calling prcomp..."
[1] "Creating PCA graphs..."
[1] "Joining taxa..."
[1] "Exporting PCs..."
[1] "PC created"
[1] "Filting marker for GAPIT.Genotype.View function ..."
[1] "The average distance between markers are ..."
[1] 0.0130.0390.0130.079NA0.061
[1] "GAPIT.Genotype.View . pdfs generate.successfully!"
[1] 2574
[1] "GAPIT.DP accomplished successfully for multiple traits. Results are saved"
[1] "Processing trait: FFD_adj_BLUPs"
[1] "GAPIT.Phenotype.View in press..."
[1] "GAPIT.Phenotype.View output pdf has been generated successfully!"
[1] "--------------------Phenotype and Genotype ----------------------------------"
[1] "Zhang"
[1] TRUE
[1] "There are 1 traits in phenotype data."
[1] "There are 257 individuals in phenotype data."
[1] "There are 555646 markers in genotype data."
[1] "Phenotype and Genotype are test OK !!"
[1] "--------------------GAPIT Logical Done----------------------------------"
[1] "GAPIT.IC in process..."
[1] "There is 0 Covarinces."
[1] "There are 0 common individuals in genotype , phenotype and CV files."
[1] "The dimension of total CV is "
[1] 04
[1] "GAPIT.IC accomplished successfully for multiple traits. Results are saved"
[1] "GAPIT.SS in process..."
[1] "GAPIT will be into GWAS approach..."Errorindata.frame(..., check.names=FALSE) :argumentsimplydifferingnumberofrows:1, 0Inaddition:Therewere50ormore warnings (use warnings() toseethefirst50)
warnings()
Warningmessages:1:'memory.size()'isnolongersupported2:'memory.size()'isnolongersupported3:'memory.size()'isnolongersupported4:'memory.size()'isnolongersupported5:'memory.size()'isnolongersupported6:'memory.size()'isnolongersupported7:'memory.size()'isnolongersupported8:In order(as.numeric(as.character(chor_taxa))) :NAsintroducedbycoercion9:'memory.size()'isnolongersupported10:'memory.size()'isnolongersupported11:'memory.size()'isnolongersupported12:'memory.size()'isnolongersupported13:'memory.size()'isnolongersupported14:'memory.size()'isnolongersupported15:'memory.size()'isnolongersupported16:'memory.size()'isnolongersupported17:'memory.size()'isnolongersupported18:'memory.size()'isnolongersupported19:In cor(a, b) :thestandarddeviationiszero20:In cor(a, b) :thestandarddeviationiszero21:In cor(a, b) :thestandarddeviationiszero22:In cor(a, b) :thestandarddeviationiszero23:In cor(a, b) :thestandarddeviationiszero24:In cor(a, b) :thestandarddeviationiszero25:In cor(a, b) :thestandarddeviationiszero26:In cor(a, b) :thestandarddeviationiszero27:In cor(a, b) :thestandarddeviationiszero28:In cor(a, b) :thestandarddeviationiszero29:In cor(a, b) :thestandarddeviationiszero30:In cor(a, b) :thestandarddeviationiszero31:In cor(a, b) :thestandarddeviationiszero32:In cor(a, b) :thestandarddeviationiszero33:In cor(a, b) :thestandarddeviationiszero34:In cor(a, b) :thestandarddeviationiszero35:In cor(a, b) :thestandarddeviationiszero36:In cor(a, b) :thestandarddeviationiszero37:In cor(a, b) :thestandarddeviationiszero38:In cor(a, b) :thestandarddeviationiszero39:In cor(a, b) :thestandarddeviationiszero40:In cor(a, b) :thestandarddeviationiszero41:In cor(a, b) :thestandarddeviationiszero42:In cor(a, b) :thestandarddeviationiszero43:In cor(a, b) :thestandarddeviationiszero44:In cor(a, b) :thestandarddeviationiszero45:In cor(a, b) :thestandarddeviationiszero46:In cor(a, b) :thestandarddeviationiszero47:In cor(a, b) :thestandarddeviationiszero48:In cor(a, b) :thestandarddeviationiszero49:In cor(a, b) :thestandarddeviationiszero50:In cor(a, b) :thestandarddeviationiszero
The text was updated successfully, but these errors were encountered:
Well, first I've used pheno and geno datafiles that were already used with sucess in other packages. Moreover, in order to assure that I'll avoid such problems, I used the following simple function:
First I would like to point out that in page 6 of the GAPIT manual, it is mentionned that "GAPIT accepts multiple input data
formats, including both numeric, hapmap, and PLINK genotype formats". However, later on we find that only HapMap and numeric formats are accepted, I don't know if I'm missing something here, but just to mention it.
Now, I converted my data to HapMap format, upload it successfully, and checked the format, which was similar to the example shown in the manual. However, upon running an initial analysis, I encountered the following error, which I'm still unable to overcome:
The text was updated successfully, but these errors were encountered: