Skip to content
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

How to get time series based known cycle labels? #7

Open
yancychy opened this issue Dec 19, 2018 · 0 comments
Open

How to get time series based known cycle labels? #7

yancychy opened this issue Dec 19, 2018 · 0 comments

Comments

@yancychy
Copy link

yancychy commented Dec 19, 2018

Hi,
I tired to use the training.data.
cellid = colnames(training.data)
cycles = sapply(cellid, function(x) { strsplit(x, "_")[[1]][1] })
timelab = sapply(cycles, function(x) {
if(x=="G1"){
y=1
}else if(x=="S") {
y=2
}else if(x=="G2M"){
y=3
}else{
y=0
}
y
})
ordIndex <- get_ordIndex(training.data, threadnum=4)
cor(ordIndex, timelab)
The results is 0.62.
Why the correlation is so small compared to the paper?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant