Skip to content
Snippets Groups Projects
Commit 225425cf authored by Samuel Mondy's avatar Samuel Mondy
Browse files

Update FROGS_collapse_TSV_abundance

parent 70e6f7d0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ FROGS_collapse <- function(a,name)
print(j)
temp <- (a[,11:dim(a)[2]])
temp2 <- matrix(ncol=dim(temp)[2],nrow=length(unique(c[,j])))
rownames(temp2) <- unique(c[,j])
rownames(temp2) <- sort(unique(c[,j]))
colnames(temp2) <- colnames(temp)
for(i in 1:dim(temp)[2])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment