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
I have an Error un rarefy_even_depth(). Never had it before. Thank you
ps.met.aa
phyloseq-class experiment-level object
otu_table() OTU Table: [ 28680 taxa and 74 samples ]:
sample_data() Sample Data: [ 74 samples by 102 sample variables ]:
tax_table() Taxonomy Table: [ 28680 taxa by 10 taxonomic ranks ]:
taxa are rows
otMA=data.frame(otu_table(ps.met.aa))
mindeepth = min(sapply(otMA,sum))
mindeepth
11156903
ps.met.aar = phyloseq::rarefy_even_depth(ps.met.aa, rngseed=123, sample.size=11156900, replace=FALSE, trimOTUs = TRUE)
`set.seed(123)` was used to initialize repeatable random subsampling.
Please record this for your records so others can reproduce.
Try `set.seed(123); .Random.seed` for the full vector
...
Error en rep_len(x["OTUi"], x["times"]): valor de 'length.out' no válido
The text was updated successfully, but these errors were encountered:
I have an Error un rarefy_even_depth(). Never had it before. Thank you
The text was updated successfully, but these errors were encountered: