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

Error in (function (side, at = NULL, labels = TRUE, tick = TRUE, line = NA, : no locations are finite #31

Open
DirtyHarry80 opened this issue Apr 22, 2020 · 1 comment

Comments

@DirtyHarry80
Copy link

I got this error while executing Main_Doublet_Decon function with a particular Seurat Object. Changing the Seurat Object (another dataset) removed the error. Any clues? This is how I proceeded from the Seurat object:

new.file=Improved_Seurat_Pre_Process(Seuratobj, num_genes=50, write_files=FALSE)

filename="newFile"
location="/Volumes/Samsung_T5/"
write.table(new.file$newExpressionFile, paste0(location=location, filename=filename, "_expression"), sep="\t")
write.table(new.file$newFullExpressionFile, paste0(location=location, filename=filename, "_fullExpression"), sep="\t")
write.table(new.file$newGroupsFile, paste0(location=location, filename=filename, "_groups"), sep="\t", col.names = F)

res.new.file=Main_Doublet_Decon(rawDataFile=new.file$newExpressionFile,
groupsFile=new.file$newGroupsFile,
filename=filename,
location=location,
fullDataFile=NULL,
removeCC=FALSE,
species="hsa",
rhop=1.1,
write=TRUE,
PMF=TRUE,
useFull=FALSE,
heatmap=FALSE,
centroids=TRUE,
num_doubs=100,
only50=FALSE,
min_uniq=4,
nCores=-1)

@EDePasquale
Copy link
Owner

Hi Andrei,

I think the three links I provided on the previous response to you would answer this question. If it doesn't, just ping me again and I can elaborate.

Best,
Erica

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

2 participants