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
We refer to the sample code in msqrob2Example and rewrite it into a code that can input . mzTab format, and successfully run the PXD000279 dataset (data can be downloaded from here. It is worth mentioning that the file we use at runtime changed the peptide_abundance_std_error_study_variable[X] column name to the sumIntensity_X column name ).
However, we encountered an error that we could not solve when running another dataset PXD007145. (data can be downloaded from here. It is worth mentioning that the file we use at runtime changed the peptide_abundance_std_error_study_variable[X] column name to the sumIntensity_X column name ).
When running pe <- msqrob2::msqrob(object = pe, i = "protein", formula = ~condition), an error occurred Error in if (m == 0) { : Missing values cannot be used where TRUE/FALSE values are required
When we try to use msqrob2gui to run the same dataset, the following prompt appears in the lower right corner of the Model tab: The model is overparameterized. The residual degrees of freedom is 0. Variances and standard errors can not be estimated from data with this design. An error occurred on the Inference tab, but we use msqrob2gui to run PXD000279 very smoothly.
We refer to the sample code in msqrob2Example and rewrite it into a code that can input . mzTab format, and successfully run the PXD000279 dataset (data can be downloaded from here. It is worth mentioning that the file we use at runtime changed the
peptide_abundance_std_error_study_variable[X]
column name to thesumIntensity_X
column name ).However, we encountered an error that we could not solve when running another dataset PXD007145. (data can be downloaded from here. It is worth mentioning that the file we use at runtime changed the
peptide_abundance_std_error_study_variable[X]
column name to thesumIntensity_X
column name ).When running
pe <- msqrob2::msqrob(object = pe, i = "protein", formula = ~condition)
, an error occurredError in if (m == 0) { : Missing values cannot be used where TRUE/FALSE values are required
When we try to use msqrob2gui to run the same dataset, the following prompt appears in the lower right corner of the Model tab:
The model is overparameterized. The residual degrees of freedom is 0. Variances and standard errors can not be estimated from data with this design.
An error occurred on the Inference tab, but we use msqrob2gui to run PXD000279 very smoothly.Annotations file contents are as follows
Any possible help is needed, thank you very much!
The codes to run PXD000279 is as follows
The codes to run PXD007145 is as follows
The text was updated successfully, but these errors were encountered: