...上创建因子。
# Create the vectors for data frame.height <- c(132,151,162,139,166,147,122)weight <- c(48,49,66,53,67,52,40)gender <- c("male","male","female","female","male","female","male")# Create the data frame.input_data <- data.frame(height,weight,gender)print(input_data)# Tes...
... --p-sample-stats \
--p-jobs-to-start 10 \
--p-min-reads 2 \
--o-representative-sequences deblur-repset-seqs.qza \
--o-table deblur-table.qza \
--o-stats deblur-stats.qza
There was a problem loading '../01.import_data/demux-joined-filtered.qza' as an artifa...
做性状热图的那一步时,出现了:
Error in numbers2colors(datTraits, signed = FALSE) :
'lim' must be finite.
In addition: Warning messages:
1: In FUN(newX[, i], ...) : no non-missing arguments to min; returning Inf
2: In FUN(newX[, i], ...) : no non-missing arguments to min; re...