-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
92 lines (91 loc) · 2.52 KB
/
Copy pathNAMESPACE
File metadata and controls
92 lines (91 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,FeatureTable)
S3method(as.phyloseq,FeatureTable)
S3method(clr,FeatureTable)
S3method(collapse,FeatureTable)
S3method(collapse_features,FeatureTable)
S3method(collapse_samples,FeatureTable)
S3method(core_microbiome,FeatureTable)
S3method(dim,FeatureTable)
S3method(feature_names,FeatureTable)
S3method(ft_from,phyloseq)
S3method(is_count_table,FeatureTable)
S3method(keep,FeatureTable)
S3method(keep_features,FeatureTable)
S3method(keep_samples,FeatureTable)
S3method(keep_shared_features,FeatureTable)
S3method(map,FeatureTable)
S3method(map_features,FeatureTable)
S3method(map_features_with_index,FeatureTable)
S3method(map_features_with_name,FeatureTable)
S3method(map_samples,FeatureTable)
S3method(map_samples_with_index,FeatureTable)
S3method(map_samples_with_name,FeatureTable)
S3method(map_with_index,FeatureTable)
S3method(map_with_name,FeatureTable)
S3method(max,FeatureTable)
S3method(min,FeatureTable)
S3method(nfeatures,FeatureTable)
S3method(nobservations,FeatureTable)
S3method(non_zero_min,FeatureTable)
S3method(nsamples,FeatureTable)
S3method(num_features,FeatureTable)
S3method(num_observations,FeatureTable)
S3method(num_samples,FeatureTable)
S3method(observation_names,FeatureTable)
S3method(pca_biplot,FeatureTable)
S3method(plot,FeatureTable)
S3method(replace_zeros,FeatureTable)
S3method(sample_names,FeatureTable)
S3method(shared_feature_names,FeatureTable)
S3method(shared_features,FeatureTable)
S3method(size,FeatureTable)
export(FeatureTable)
export(absent)
export(as.phyloseq)
export(clr)
export(collapse)
export(collapse_features)
export(collapse_samples)
export(core_microbiome)
export(feature_names)
export(ft_from)
export(if_absent)
export(if_present)
export(is.FeatureTable)
export(is_absent)
export(is_count_table)
export(is_present)
export(keep)
export(keep_features)
export(keep_samples)
export(keep_shared_features)
export(map)
export(map_features)
export(map_features_with_index)
export(map_features_with_name)
export(map_samples)
export(map_samples_with_index)
export(map_samples_with_name)
export(map_with_index)
export(map_with_name)
export(nfeatures)
export(nobservations)
export(non_zero_min)
export(nsamples)
export(num_features)
export(num_observations)
export(num_samples)
export(observation_names)
export(pca_biplot)
export(present)
export(relative_abundance)
export(replace_zeros)
export(sample_names)
export(shared_feature_names)
export(shared_features)
export(size)
export(that_are_absent)
export(that_are_present)
export(that_were_absent)
export(that_were_present)