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

Update FROGS_collapse_TSV_abundance

modification du tableau récupéré
parent 18c054aa
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ FROGS_collapse <- function(a,name)
for(j in 1:dim(c)[2])
{
print(j)
temp <- (a[,11:dim(a)[2]])
temp <- (a[,7:dim(a)[2]])
temp2 <- matrix(ncol=dim(temp)[2],nrow=length(unique(c[,j])))
rownames(temp2) <- sort(unique(c[,j]))
colnames(temp2) <- colnames(temp)
......
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