- Bioconductor 3.20 release, and Biocondutor 3.21 (devel) version bump. (2024-10-31, Thu)
- update
scale_fill_diff_cladogram
to be compatible withggnewscale
>= 0.5.0 (2024-07-24, Wed)
- Bioconductor 3.19 release, and Biocondutor 3.20 (devel) version bump. (2024-05-14, Tue)
- fix a bug of
mp_import_qiime
when sample metadata has-
character. (2024-04-12, Fri) - update
mp_plot_diff_cladogram
withtidytree
andtreeio
. (2024-03-26, Tue)
- Bioconductor 3.18 released and Bioconductor 3.19 (devel) version bump. (2023-10-25, Wed)
- fix the issue when
assays
isdgCMatrix
other sparse matrix class. (2023-09-12, Tue) - using internal functions to convert
dist
object totbl_df
ortbl_df
todist
inmp_cal_dist
and fix a bug ofmp_extract_abundance
whenrowData
contains list metadata information. (2023-08-21, Mon) - update the doc of
rmun
argument inmp_plot_abundance
to avoid misunderstanding. (2023-08-18, Fri) #99 - update
mp_import_humann_regroup()
to keep the abundance of contributed taxa in each sample withkeep.contribute.abundance=TRUE
. (2023-08-15, Tue) - use
rlang::check_installed()
to check if a suggested package is installed, which will offer to install the package before continuing. (2023-08-02, Wed) - introduce
order.by.feature
argument inmp_plot_abundance
to adjust the sample order. (2023-07-24, Mon) - update the format of
citation
and suppress the message introduced bytidytree
. (2023-07-14, Fri)
- update
mp_plot_ord
to display the result ofmp_adonis
withshow.adonis = TRUE
. (2023-06-21, Wed) - using
theme_blinds
ofggfun
. (2023-06-20, Tue) - add
mp_import_humann_regroup
function to parsing the output ofhumann_regroup_table
. (2023-05-15, Mon) - add
fortify
method forMPSE
object. (2023-05-18, Thu) - fix a bug of mp_plot_diff_res when ggnewscale updated to 0.4.9. (2023-05-30, Tue)
- fix a bug for the abundance calculation with
force = TRUE
andrelative = FALSE
. (2023-04-28, Fri)
- update
ggdiffclade
using thegeom
layer ofggtree
. (2023-03-02) - update
mp_cal_dist
to support storing the distance between thefeatures
withaction='add'
. (2023-03-28) - fix the special symbol in group name with
mp_diff_analysis
. (2023-04-11)
- update
mp_plot_diff_res
andmp_plot_diff_boxplot
to support visualize theabundance
(not relative abundance). (2022-12-02, Fri) - fix the
tip.label
andrownames
ofassays
when tree is provided inmp_import_dada2
(2022-12-02, Fri) - add the message information when the differential features was filtered in the first and
second test in
mp_diff_analysis
. (2022-12-06, Tue) - fix the dynamic dots issue of
left_join
. (2022-12-15, Thu)
- update
mp_plot_abundance
to be compatible with the latest ggplot2. (2022-11-08, Tue) - add
mp_plot_diff_manhattan
to visualize the different results with manhattan plot. (2022-11-21, Mon)
- fix the color of
mp_plot_diff_boxplot
and updatemp_plot_abundance
. (2022-10-27, Thu)
- keep the consistent color between the panels of
mp_plot_diff_boxplot
. (2022-10-18, Tue) - optimizing the import of
dtplyr
. (2022-10-14, Fri) - update
mp_plot_diff_res
to support the custom DAA results. (2022-09-27, Tue) - update
show
method ofMPSE
to avoid thecolname
advice. (2022-09-27, Tue) - add
mp_dmn
,mp_dmngroup
,mp_divergence
and updatemp_plot_diff_boxplot
,mp_plot_diff_cladogram
to support the custom style. (2022-09-25, Sun) - update
mp_cal_dist
to support specifyingdistmethod
to a function. (2022-09-20, Tue) - update
left_join
to support joining thedist
class. (2022-09-20, Tue)
- fix a bug of
mp_plot_diff_boxplot
whentaxatree
slot is NULL. (2022-08-22, Mon)
- fixed the local vignettes. (2022-07-06, Wed)
- add
mp_import_biom
to buildMPSE
class frombiom-format
file. (2022-07-13, Wed) - add 'mp_plot_diff_boxplot' to replace
ggdiffbox
. (2022-07-29, Fri)
- fix the color of legend in
mp_plot_diff_cladogram
. (2022-05-25) - add
mp_plot_diff_cladogram
invignetters
. (2022-05-14) - fixed a bug when the total counts of sample is less than
chunks
inmp_plot_rarecurve
. (2022-05-14) - add
rm.zero
argument inmp_plot_abundance
to control whether mask the zero abundance of species. (2022-05-06) - add
taxa.class
argument inmp_diff_analysis
to test the specified taxa level. (2022-04-28)
- Bioconductor 3.15 release. (2022-04-27)
- add
mp_plot_diff_cladogram
to plot the result ofmp_diff_analysis
. (2022-04-19)
- optimizing the
mp_aggregate_clade
andmp_balance_clade
. (2022-04-13)
- add
mp_cal_pd_metric
to calculate the related phylogenetic diversity metrics. (2022-04-02) includingNRI
,NTI
,PD
,PAE
,HAED
,EAED
,IAC
. - add
mp_balance_clade
to calculate the balance score of internal nodes according to their tip nodes abundances. (2022-03-22) - add
extract_binary_offspring
to find the descendant tip/internal/all (withtype
parameter) nodes. (2022-03-17) - add
mp_aggregate_clade
andmp_diff_clade
to calculate and test the abundance (differential signals) of internal node according to their tip nodes abundance. (2022-03-16) - add
mp_select_as_tip
and fix the bug ofmp_diff_analysis
with specifictip.level
(notOTU
) argument. (2022-03-02, Mon) - fix the
replace_na
bug of newtidyr
. (2022-03-04, Fri) - update
mp_import_metaphlan
to better parse the output ofMetaPhlAn2
. (2022-03-11, Fri) - update the
mp_cal_abundance
to return thetbl_df
contained numeric type sample metadata. (2022-03-11, Fri)
- supporting multiple group names and supporting numeric type for
.group
ofmp_plot_alpha
. (2022-02-15, Tue) - supporting multiple group names for
.group
ofmp_plot_abundance
whenplot.group=TRUE
. (2022-02-14, Mon) - fix the
width
ofmp_plot_abundance
withgeom="flowbar". (2022-02-01, Tue)
- related issue
- fix the bug about the constant variables within groups in
lda
ofMASS
(2022-01-27, Thu)
- fix the issue, that
kingdom
level of taxonomy information containsk__
orK__
, which is unknown annotation inkingdom
. (2021-01-14, Fri) - add
mp_extract_taxatree
andmp_extract_otutree
(alias ofmp_extract_tree
). (2022-01-14, Fri)
- add the message for the not integers in
mp_cal_alpha
. (2021-12-31, Fri) - remove the features which variance of their abundance is zero before identify different taxa. (2021-12-28, Tue)
- add
bar
option inmp_plot_abundance
, default isflowbar
, the other options arebar
andheatmap
- use corrected relative eigenvalues when the eigenvalues has negative values. (2021-12-27, Mon)
- add new distmethod from
hopach
. (2021-12-27, Mon) - update
tax_table
without requiredphyloseq
. (2021-12-20, Mon) - update
mp_diff_analysis
to support the factor type group (.group
specified). (2021-12-20, Mon)
- update
taxatree<-
andotutree<-
which will extract the intersection between the tip labels of input treedata and the rownames ofMPSE
. (2021-12-14, Tue) - add
taxonomy<-
forMPSE
to assign the taxonomy information, which will be converted totaxatree
automatically. (2021-12-14, Tue) - add
tax_table
forMPSE
and returntaxonomyTable
defined inphyloseq
. (2021-12-14, Tue) - update
mp_import_metaphlan
to better parse the output ofMetaPhlAn2
. (2021-11-30, Tue)
- update 'mp_plot_abundance' (2021-11-24, Wed)
- support
heatmap
by settinggeom
. .group
supports multiple characters and.sec.group
will be removed in the next version.
- support
- update
mp_plot_diff_res
(2021-11-23, Tue)- support
otutree
andtaxatree
class by settingtree.type
. - support multiple layout types of tree by setting
layout
. - support adjusting the gap between panel and width of panel by setting
offset.abun
,pwidth.abun
,offset.effsize
,pwidth.effsize
- support whether display the relative abundance of
group
instead ofsample
by settinggroup.abun=TRUE
or sample number > 50
- support
- add
mp_plot_diff_res
to visualize the result of mp_diff_analysis. (2021-11-22, Mon)
- speed up the
mp_cal_abundance
,mp_cal_venn
andmp_cal_upset
withdtplyr
. (2021-11-18, Thu) - update the guide of x axis of
ggside
inmp_plot_ord
. (2021-11-15, Mon) - update
mp_plot_abundance
to visualize the abundance of taxonomy from high (bottom) to low (top). (2021-11-15, Mon) - support multiple annotation rows or cols of
heatmap
of mp_plot_dist with.group=c(group1, group2)
, and addset_scale_theme
to adjust thescale
ortheme
of subplot ofheatmap
. (2021-11-10, Wed) - fix the issue when the taxonomy info is removed with
select
. (2021-11-09, Tue) - update
print
forMPSE
class. (2021-11-09, Tue) - update
otutree<-
for supportphylo
class. (2021-11-09, Tue) - speed up the integration of
mp_cal_dist
result withaction="add"
. (2021-11-09, Tue) - update
as.MPSE
forbiom
class to support parsing the metadata of sample. (2021-11-09, Tue)
- fix the issue when using
filter
only return aassays
contained one feature (nrow=1). (2021-11-05, Fri) - fix the error of
rownames<-
whenrownames
ofMPSE
is NULL. (2021-11-04, Thu) - update 'message' or 'stop error message' when the 'Abundance' cannot be rarefied in some
functions, such as
mp_cal_alpha
,mp_cal_venn
,mp_cal_upset
,mp_cal_abundance
andmp_cal_NRT_NTI
. (2021-10-29, Fri) - introduce
.sec.group
argument to specify the second group name inmp_plot_abundance
, if it is provided, the nested facet will be displayed. (2021-11-02, Tue)
- Bioconductor 3.14 release. (2021-10-27, Wed)
- add
include.rownames
to control whether consider theOTU
as taxonomy feature table indiff_analysis
andget_alltaxadf
or tip labels inas.treedata
. (2021-10-19, Tue) - fix rename bug, rename the taxonomy names can work now. (2021-10-12, Tue)
- introduce
trimSample
inmp_rrarefy
to check whether to remove the samples that do not have enough abundance. (2021-10-11, Mon) - update
MPSE
to allowassays
supportingdata.frame
orDFrame
class. (2021-10-08, Fri) - update
mp_plot_ord
to suppress the message of the third depend package. (2021-10-08, Fri)
- fix the bug of
AsIs
list class inunnest
for thetidyr
(>= 1.1.4). (2021-10-01, Fri) - add
mp_aggregate
function. (2021-09-26, Sun)
- fix bug of
mp_plot_upset
. (2021-09-10, Fri) - update the
mp_plot_ord
. (2021-09-13, Mon)
- convert the type of first element of assays to
matrix
to compatible withDESeqDataSet
ofDESeq2
,test_differential_abundance
oftidybulk
. (2021-09-09, Thu) - update
show
andprint
for format output ofMPSE
class. (2021-09-08, Wed) - update
mp_cal_abundance
use newtidytree
. (2021-09-07, Tue) - introduce
include.lowest
parameter inmp_filter_taxa
. (2021-09-07, Tue)
- update
mp_plot_ord
to display thebioplot
for result ofcca
,rda
andenvfit
. (2021-09-06, Mon) - update the vignettes of
MicrobiotaProcess
. (2021-09-04, Sat) - return updated
MPSE
object after themp_diff_analysis
is done withaction="add"
. (2021-08-31, Fri)- then the
taxtree
andotutree
with the result of different analysis can be extracted withmp_extract_tree
.
- then the
- fix issue
print
for one line ofMPSE
and updatemp_plot_ord
to display the sideboxplot
. (2021-08-31, Tue) - add
mp_plot_ord
forMPSE
ortbl_mpse
object after one ofmp_cal_pca
,mp_cal_pcoa
,mp_cal_rda
,mp_cal_nmds
,mp_cal_rda
,mp_cal_cca
,mp_cal_dca
ormp_envfit
has been run withaction='add'
. (2021-08-30, Mon) - add
mp_plot_dist
forMPSE
ortbl_mpse
object aftermp_cal_dist
is performed withaction="add"
. (2021-08-28, Sat) - add
mp_plot_abundance
,mp_plot_alpha
,mp_plot_rarecurve
,mp_plot_venn
,mp_plot_upset
forMPSE
after the correspondingmp_cal_abundance
,mp_cal_alpha
,mp_cal_rarecurve
,mp_cal_venn
,mp_cal_upset
are performed withaction="add"
. (2021-08-27, Fri) - fix the issue when the
rowname
orcolnames
ofSummarizedExperiment
is NULL foras.MPSE
. (2021-08-26, Thu)
- fix the
rownames
ofassays
andcolnames
ofcolData
to identical forSummarizedExperiment(1.23.3)
. (2021-08-26, Thu) - add
mp_extract_refseq
forMPSE
object. (2021-08-25, Wed) - update
as.MPSE
forSummarizedExperiment
object. (2021-08-24, Tue) - add
mp_filter_taxa
to drop the taxa that low abundance and low occurrences. (2021-08-24, Tue) - add
colData<-
andleft_join
forMPSE
. (2021-08-23, Mon) - fix
mutate
forMPSE
object. - don't import the
parse_taxonomy_greengenes
andparse_taxonomy_qiime
fromphyloseq
. (2021-08-17, Tue) - add
as.MPSE
forTreeSummarizedExperiment
class. (2021-08-17, Tue) - add
mp_import_metaphlan
to parsing the output ofMetaPhlAn
. (2021-08-12, Thu)- add
treefile
argument to import the tree ofMetaPhlAn3
(mpa_v30_CHOCOPhlAn_201901_species_tree.nwk
) (2021-08-13, Fri)
- add
- update the
print
ofMPSE
object viapillar
package. (2021-08-06, Fri) - update
mp_extract_dist
by introducing.group
argument to return atbl_df
for visualization. (2021-08-04, Wed) - add
taxatree
,taxatree<-
,otutree
,otutree<-
,refseq
,refseq<-
forMPSE
. (2021-08-04, Wed) - add
mp_extract_rarecurve
to extract the result ofmp_cal_rarecurve
fromMPSE
ortbl_mpse
object. (2021-08-04, Wed) - add
mp_stat_taxa
to count the number and total number taxa for each sample at different taxonomy levels (Kingdom, Phylum, Class, Order, Family, Genus, Species, OTU). (2021-08-03, Tue)
- rename
mp_extract_abundance
tomp_extract_assays
fromMPSE
ortbl_mpse
. (2021-07-31, Sat) - update the method to save the result of
mp_cal_clust
by introducingaction
argument. (2021-07-29, Thu). - update
as.phyloseq
forMPSE
ortbl_mpse
object. (2021-07-28, Wed) - add
mp_diff_analysis
forMPSE
ortbl_mpse
object. (2021-07-27, Tue) - add
dr_extract
for the visualization of the result of ordination. (2021-07-26, Mon) - comment out the function for
phyloseq
and add rd of the function forMPSE
ortbl_mpse
. (2021-07-24, Sat) - update the function to parsing the result of
rda
,cca
,envfit
. (2021-07-23, Fri) - add
tidydr
to convert the result ofreduce dimension
totbl_df
- such
pca
,pcoa
,nmds
,rda
,cca
. (2021-07-22, Thu)
- such
- optimize the
print
forMPSE
. (2021-07-22, Thu)
-
add
mp_mantel
andmp_mrpp
forMPSE
ortbl_mpse
object. (2021-07-19, Mon) -
add
mp_envfit
and updatemp_cal_dist
to support the distance calculation with continuous environment factors and renamemp_cal_adonis
tomp_adonis
,mp_cal_anosim
tomp_anosim
. (2021-07-17, Sat) -
add
mp_cal_rda
,mp_cal_cca
,mp_cal_adonis
andmp_cal_anosim
forMPSE
ortbl_mpse
object. (2021-07-16, Fri) -
add
mp_cal_dca
,mp_cal_nmds
andmp_extract_internal_attr
. (2021-07-15, Thu) -
add
mp_cal_pca
,mp_cal_pcoa
andmp_extract_abundance
. (2021-07-14, Wed) -
add
mp_cal_clust
to perform the hierarchical cluster analysis of samples andmp_extract_dist
to extract thedist
object fromMPSE
object ortbl_mpse
object. (2021-07-13, Thu) -
add
mp_cal_dist
to calculate the distance between samples withMPSE
ortbl_mpse
object. (2021-07-12, Mon) -
add
mp_extract_sample
,mp_extract_taxonomy
,mp_extract_feature
to extract thesample
,taxonomy
andfeature
(OTU
) information and returntbl_df
ordata.frame
. (2021-07-09, Fri) -
add
mp_cal_venn
to build the input forvenn plot
(2021-07-09, Fri) -
mp_cal_rarecurve
addaction
argument to control whether the result will be added toMPSE
andtbl_mpse
or return directly. (2021-07-08, Thu) -
add
mp_cal_upset
to get the input ofggupset
. (2021-07-08, Thu) -
add
mp_extract_tree
to extract theotutree
ortaxatree
fromMPSE
ortbl_mpse
object. (2021-07-07, Wed) -
add
pull
andslice
to support theMPSE
object. (2021-07-06, Tue) -
add
mp_cal_rarecurve
to calculate therarecurve
of each sample withMPSE
ortbl_mpse
. (2021-07-06, Tue) -
add
mp_cal_abundance
to calculate the relative abundance of each taxonomy class withMPSE
ortbl_mpse
. (2021-07-05, Mon) -
add
mp_decostand
provided several standardization methods forMPSE
,tbl_mpse
andgrouped_df_mpse
. (2021-07-04, Sun) -
add
mp_import_qiime
to parse the output ofqiime
old version. (2021-07-03, Sat) -
add
taxatree
slot toMPSE
. (2021-06-30, Wed) -
add
mp_cal_alpha
function forMPSE
ormpse
object. (2021-07-01, Thu) -
add
rownames<-
to support renaming the names of feature. (2021-07-01, Thu) -
add
mp_import_qiime2
andmp_import_dada2
to parse the output ofdada2
orqiime2
and returnMPSE
object. (2021-07-02, Fri) -
update
print
information forMPSE
,tbl_mpse
andgrouped_df_mpse
. (2021-06-29, Tue) -
add
[
to the accessors ofMPSE
. (2021-06-29, Tue) -
use
MPSE
object. (2021-06-28, Mon)
- add
as.MPSE
to convertphyloseq
ortbl_mpse
toMPSE
class. - Formatted output.
- tidy framework for
MPSE
object.as_tibble
to convertMPSE
andphyloseq
totbl_mpse
. (2021-06-28, Mon)filter
to subset a data frame fromtbl_mpse
. (2021-06-28, Mon)group_by
to do some data operations on groups fortbl_mpse
. (2021-06-28, Mon)arrange
to order the rows of a data frame fortbl_mpse
. (2021-06-28, Mon)mutate
to adds new variables and preserves existing ones fortbl_mpse
. (2021-06-28, Mon)select
to select variables intbl_mpse
. (2021-06-28, Mon)distinct
to select only unique/distinct rows intbl_mpse
. (2021-06-28, Mon)rename
to rename the variable names intbl_mpse
. (2021-06-28, Mon)nest
to create a list-column oftbl_mpse
, it will converttbl_mpse
totbl_mpse_nest
. (2021-06-28, Mon)unnest
to convert thetbl_mpse_nest
totbl_mpse
. (2021-06-28, Mon)as.treedata
to converttbl_mpse
totreedata
, then we can explore the data withtreedata
.- add
tiplevel
argument to control whether useOTU
as tip label, default isOTU
. (2021-06-28, Mon)
- add
left_join
to mutate joins based the lefttbl_mpse
structure. (2021-06-28, Mon)
- changed
clustplotClass
totreedata
. (2021-06-28, Tue) - add
mp_rrarefy
method to rarefy species richness. (2021-06-29, Tue)- it supports
MPSE
,tbl_mpse
,grouped_df_mpse
object via wrappingvegan::rrarefy
.
- it supports
updateas.MPSE
andas.treedata
forgrouped_df_mpse
object. (2021-06-29, Tue)- This feature is useful to explore the microbiome data in taxa tree.This feature has been replaced by thetaxatree
slot
- add
ellipse_linewd
andellipse_lty
inggordpoint
to control the width and line type of ellipse line. (2021-05-24, Mon) - fixed the regular expression match for the internal function
to print the results of
diff_analysis
. (2021-06-06, Sun) - add
filter
function to filter the result ofdiff_analysis
. (2021-06-07, Mon) - more accessor function for result of
diff_analysis
. (2021-06-07, Mon)head
tail
[
[[]]
$
dim
- add
get_NRI_NTI
to calculate theNRI
andNTI
. (2021-06-08, Tue)
- new version released. (2021-05-20, Thu)
- fill
ggclust
bug to mapcolor
andshape
. (2021-05-12, Wed)
- more layouts for
ggdiffclade
. (2021-04-16, Fri)
- remove unclassified, ambiguous taxonomy names. (2021-03-30, Tue)
- #23
- rename files of code. (2021-03-23, Tue)
- add aliases for
ggbartaxa
andggdiffbartaxa
. (2021-03-23, Tue)
- optimized import for installation. (2021-03-15, Mon)
- add
sampleLevels
inggbartax
to adjust the order of axis label. (2021-03-12, Fri) - update
import_qiime2
to avoid error when only feature table is provided. (2021-02-26, Fri)
- convert
svg
dev topdf
dev. (2021-02-04, Thu)
- fix an error for example of
ggrarecurve
. (2021-01-07, Thu)factorNames="Group"
tofactorNames="group"
- fix a bug for numeric sample name. (2020-11-26, Thu)
geom_tiplab
also support circular layout, so removegeom_tiplab2
. (2020-11-26, Thu)
- add
as.treedata
fortaxonomyTable
class. (2020-11-23, Mon)
ggrarecurve
can be set color with variable of group for each samples. (2020-11-11, Tue)- using
shadow=FALSE
and providingfactorNames
- #21
- using
- add
get_rarecurve
to avoid repeated calculation when displaying rare curve. (2020-11-17, Tue)rareres <- get_rarecurve(obj, chunks=400)
p <- ggrarecurve(rareres)
ggordpoint
addshowsample
to show the labels of sample. (2020-10-29, Thu)- the point of
ggordpoint
use the points ofggstar
. (2020-10-30, Fri) - to obtain the dynamic arguments of
diff_analysis
, thecall
was changed tosomeparams
.someparams
contained the arguments used in other functions. (2020-11-09, Mon)
- Bioconductor 3.12 release (2020-10-28, Wed)
- removed
retrieve_seq
andmapply_retrieve_seq
function, since these need internet. Which might cause time out when check. (2020-10-16, Fri)
- modified a bug in diff_analysis.phyloseq: change
tax_table(ps)
tops@tax_table
to avoid generate error when tax_table is NULL. (2020-10-15, Thu)
- update the examples of
drop_taxa
. (2020-10-14, Wed)
- update
ggdiffclade
to support data.frame input whenreduce
isTRUE
. (2020-08-28, Fri)
- update
ggordpoint
to fit the usage when user want to set mapping by manually. (2020-08-25, Tue)
get_taxadf
,get_alltaxadf
anddiff_analysis
has supported function datasets or other type datasets. (2020-08-17, Mon)
- bugfix:
cladetext
argument has been omitted inggdiffclade
, now it has been fixed. (2020-08-14, Fri) - deprecated argument: the
size
argument controlled the width of line of tree has been deprecated. Thelinewd
replace it (2020-08-14, Fri).
removeUnkown
argument has been replaced withremoveUnknown
inggdiffbox
,ggeffectsize
,ggdifftaxbar
andggdiffclade
. (2020-08-12, Wed)class
argument has been replaced withclassgroup
indiff_analysis
. (2020-08-12, Wed)- add
inward_circular
layout inggdiffclade
. (2020-08-12, Wed)
ggdifftaxbar
supportspng
,tiff
format. (2020-08-10, Mon)- add stop information to state the class argument in
diff_analysis
. (2020-08-10, Mon)
- add
tax_table
information to result ofget_taxadf
. (2020-08-07, Fri)
- change according to dplyr (v=1.0.0) (2020-08-05, Wed)
- remove
rename_
andgroup_by_
- remove
- modified the angle to 90 in
ggdiffclade
when layout isslanted
orrectangular
(2020-08-05, Wed)
- fix a bug. When the first rank taxa level (Kingdom) is NA.
- First release of Bioconductor
- Submitted to Bioconductor