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
Hi, when trying to run a discordant analysis with 5 components on a sample datasets (20 proteins, 145 samples), the resulting probMatrix has only 16 columns (as opposed to the 25 possibilities). I also get multiple columns containing all 0 in the probMatrix. Depending on the subset of samples that I use either V14 or V6,V8,V10,V13 and V14 all have zeroes. These results seem at best unreliable.
So I used a similar approach using the data from the vignette, and was not able to run a successful analysis. Using the code below:
# Trying with example data from vignette
data(TCGA_GBM_transcript_microarray)
groups <- c(rep(1,10), rep(2,20)) # fixed from vignette
wthn_vectors <- createVectors(TCGA_GBM_transcript_microarray, groups = groups)
wthn_result <- discordantRun(wthn_vectors$v1, wthn_vectors$v2,
TCGA_GBM_transcript_microarray,
components = 5)
simply crashes R with following error message " This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." which is something that I have never seen in 10 years of using R...
Hi, when trying to run a discordant analysis with 5 components on a sample datasets (20 proteins, 145 samples), the resulting probMatrix has only 16 columns (as opposed to the 25 possibilities). I also get multiple columns containing all 0 in the probMatrix. Depending on the subset of samples that I use either V14 or V6,V8,V10,V13 and V14 all have zeroes. These results seem at best unreliable.
So I used a similar approach using the data from the vignette, and was not able to run a successful analysis. Using the code below:
simply crashes R with following error message " This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." which is something that I have never seen in 10 years of using R...
Here is my session info:
Thanks!
The text was updated successfully, but these errors were encountered: